@ethereumjs/evm / EVMResult
Result of executing a message via the EVM.
• Optional
createdAddress: Address
Address of created account during transaction, if any
• execResult: ExecResult
Contains the results from running the code, if any, as described in runCode