Skip to content

EvmResult

Result of executing a message via the EVM.

Properties

createdAddress?

optional createdAddress: EthjsAddress

Address of created account during transaction, if any

Defined in

node_modules/.pnpm/@ethereumjs+evm@3.0.0/node_modules/@ethereumjs/evm/dist/esm/types.d.ts:248


execResult

execResult: ExecResult

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

Defined in

node_modules/.pnpm/@ethereumjs+evm@3.0.0/node_modules/@ethereumjs/evm/dist/esm/types.d.ts:252