Skip to content

Latest commit

 

History

History
172 lines (100 loc) · 3.65 KB

runcallopts.md

File metadata and controls

172 lines (100 loc) · 3.65 KB

ethereumjs-vm > RunCallOpts

Interface: RunCallOpts

Options for running a call (or create) operation

Hierarchy

RunCallOpts

Index

Properties


Properties

<Optional> block

● block: any

Defined in runCall.ts:13


<Optional> caller

● caller: Buffer

Defined in runCall.ts:16


<Optional> code

● 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


<Optional> compiled

● compiled: undefined | false | true

Defined in runCall.ts:26


<Optional> data

● data: Buffer

Defined in runCall.ts:20


<Optional> delegatecall

● delegatecall: undefined | false | true

Defined in runCall.ts:30


<Optional> depth

● depth: undefined | number

Defined in runCall.ts:25


<Optional> gasLimit

● gasLimit: Buffer

Defined in runCall.ts:17


<Optional> gasPrice

● gasPrice: Buffer

Defined in runCall.ts:14


<Optional> origin

● origin: Buffer

Defined in runCall.ts:15


<Optional> salt

● salt: Buffer

Defined in runCall.ts:28


<Optional> selfdestruct

● selfdestruct: undefined | object

Defined in runCall.ts:29


<Optional> static

● static: undefined | false | true

Defined in runCall.ts:27


<Optional> to

● to: Buffer

Defined in runCall.ts:18


<Optional> value

● value: Buffer

Defined in runCall.ts:19