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