EvmResult
Result of executing a message via the EVM.
Extended by
Properties
createdAddress?
optional
createdAddress:EthjsAddress
Address of created account during transaction, if any
Source
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
Source
node_modules/.pnpm/@ethereumjs+evm@3.0.0/node_modules/@ethereumjs/evm/dist/esm/types.d.ts:252