Options for the runTx
method.
RunTxOpts
● block: any
Defined in runTx.ts:20
The block to which the tx
belongs
● skipBalance: undefined
| false
| true
Defined in runTx.ts:32
If true, skips the balance check
● skipNonce: undefined
| false
| true
Defined in runTx.ts:28
If true, skips the nonce check
● tx: Transaction
Defined in runTx.ts:24
A Transaction
to run