ethereumjs-monorepo

@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