Options for running a call (or create) operation
RunCallOpts
- block
- caller
- code
- compiled
- data
- delegatecall
- depth
- gasLimit
- gasPrice
- origin
- salt
- selfdestruct
- static
- to
- value
● block: any
Defined in runCall.ts:13
● caller: Buffer
Defined in runCall.ts:16
● code: Buffer
Defined in runCall.ts:24
This is for CALLCODE where the code to load is different than the code from the to account
● compiled: undefined
| false
| true
Defined in runCall.ts:26
● data: Buffer
Defined in runCall.ts:20
● delegatecall: undefined
| false
| true
Defined in runCall.ts:30
● depth: undefined
| number
Defined in runCall.ts:25
● gasLimit: Buffer
Defined in runCall.ts:17
● gasPrice: Buffer
Defined in runCall.ts:14
● origin: Buffer
Defined in runCall.ts:15
● salt: Buffer
Defined in runCall.ts:28
● selfdestruct: undefined
| object
Defined in runCall.ts:29
● static: undefined
| false
| true
Defined in runCall.ts:27
● to: Buffer
Defined in runCall.ts:18
● value: Buffer
Defined in runCall.ts:19