Skip to content

Commit

Permalink
refactor(experimental): add simulateTransaction RPC call (#1526)
Browse files Browse the repository at this point in the history
* refactor(experimental): add simulateTransaction RPC call

* Change @default to @DefaultValue

See https://typedoc.org/tags/defaultValue/
  • Loading branch information
mcintyre94 authored Aug 25, 2023
1 parent d0412ab commit 7192f3d
Show file tree
Hide file tree
Showing 7 changed files with 996 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ export function getAllowedNumericKeypaths(): AllowedNumericKeypaths {
['current', KEYPATH_WILDCARD, 'commission'],
['delinquent', KEYPATH_WILDCARD, 'commission'],
],
simulateTransaction: jsonParsedAccountsConfigs.map(c => ['value', 'accounts', KEYPATH_WILDCARD, ...c]),
};
}
return memoizedKeypaths;
Expand Down
Loading

0 comments on commit 7192f3d

Please sign in to comment.