Result of executing a message via the [[EVM]].
EVMResult
● createdAddress: Buffer
Defined in evm/evm.ts:32
Address of created account durint transaction, if any
● execResult: ExecResult
Defined in evm/evm.ts:36
Contains the results from running the code, if any, as described in runCode
● gasUsed: BN
Defined in evm/evm.ts:28
Amount of gas used by the transaction