@ethereumjs/evm / EVMResult
Defined in: types.ts:442
Result of executing a message via the EVM.
optionalcreatedAddress:Address
Defined in: types.ts:446
Address of created account during transaction, if any
execResult:
ExecResult
Defined in: types.ts:450
Contains the results from running the code, if any, as described in runCode