We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8ce8e8 commit 89f8221Copy full SHA for 89f8221
src/channel/rpc_0_6.ts
@@ -221,7 +221,7 @@ export class RpcChannel {
221
}: getSimulateTransactionOptions = {}
222
) {
223
const block_id = new Block(blockIdentifier).identifier;
224
- const simulationFlags: any = [];
+ const simulationFlags: RPC.ESimulationFlag[] = [];
225
if (skipValidate) simulationFlags.push(RPC.ESimulationFlag.SKIP_VALIDATE);
226
if (skipFeeCharge) simulationFlags.push(RPC.ESimulationFlag.SKIP_FEE_CHARGE);
227
0 commit comments