Skip to content

Latest commit

 

History

History
58 lines (31 loc) · 1.14 KB

evmresult.md

File metadata and controls

58 lines (31 loc) · 1.14 KB

ethereumjs-vm > EVMResult

Interface: EVMResult

Result of executing a message via the [[EVM]].

Hierarchy

EVMResult

RunTxResult

Index

Properties


Properties

<Optional> createdAddress

● createdAddress: Buffer

Defined in evm/evm.ts:32

Address of created account durint transaction, if any


execResult

● execResult: ExecResult

Defined in evm/evm.ts:36

Contains the results from running the code, if any, as described in runCode


gasUsed

● gasUsed: BN

Defined in evm/evm.ts:28

Amount of gas used by the transaction