ethereumjs-monorepo

@ethereumjs/evm


@ethereumjs/evm / EVMResult

Interface: EVMResult

Defined in: types.ts:388

Result of executing a message via the EVM.

Properties

createdAddress?

optional createdAddress: Address

Defined in: types.ts:392

Address of created account during transaction, if any


execResult

execResult: ExecResult

Defined in: types.ts:396

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