Skip to content

Latest commit

 

History

History
68 lines (37 loc) · 1.25 KB

runtxopts.md

File metadata and controls

68 lines (37 loc) · 1.25 KB

ethereumjs-vm > RunTxOpts

Interface: RunTxOpts

Options for the runTx method.

Hierarchy

RunTxOpts

Index

Properties


Properties

<Optional> block

● block: any

Defined in runTx.ts:20

The block to which the tx belongs


<Optional> skipBalance

● skipBalance: undefined | false | true

Defined in runTx.ts:32

If true, skips the balance check


<Optional> skipNonce

● skipNonce: undefined | false | true

Defined in runTx.ts:28

If true, skips the nonce check


tx

● tx: Transaction

Defined in runTx.ts:24

A Transaction to run