Skip to content

Commit 7192f3d

Browse files
authored
refactor(experimental): add simulateTransaction RPC call (#1526)
* refactor(experimental): add simulateTransaction RPC call * Change @default to @DefaultValue See https://typedoc.org/tags/defaultValue/
1 parent d0412ab commit 7192f3d

File tree

7 files changed

+996
-4
lines changed

7 files changed

+996
-4
lines changed

packages/rpc-core/src/response-patcher-allowed-numeric-values.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ export function getAllowedNumericKeypaths(): AllowedNumericKeypaths {
149149
['current', KEYPATH_WILDCARD, 'commission'],
150150
['delinquent', KEYPATH_WILDCARD, 'commission'],
151151
],
152+
simulateTransaction: jsonParsedAccountsConfigs.map(c => ['value', 'accounts', KEYPATH_WILDCARD, ...c]),
152153
};
153154
}
154155
return memoizedKeypaths;

0 commit comments

Comments
 (0)