Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 778 Bytes

File metadata and controls

36 lines (19 loc) · 778 Bytes

@ethereumjs/evm / EVMResult

Interface: EVMResult

Result of executing a message via the EVM.

Table of contents

Properties

Properties

createdAddress

Optional createdAddress: Address

Address of created account during transaction, if any

Defined in

types.ts:284


execResult

execResult: ExecResult

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

Defined in

types.ts:288