Execution result of a transaction
↳ RunTxResult
● amountSpent: BN
Defined in runTx.ts:46
The amount of ether used by this transaction
● bloom: Bloom
Defined in runTx.ts:42
Bloom filter resulted from transaction
● createdAddress: Buffer
Inherited from EVMResult.createdAddress
Defined in evm/evm.ts:32
Address of created account durint transaction, if any
● execResult: ExecResult
Inherited from EVMResult.execResult
Defined in evm/evm.ts:36
Contains the results from running the code, if any, as described in runCode
● gasRefund: BN
Defined in runTx.ts:50
The amount of gas as that was refunded during the transaction (i.e. gasUsed = totalGasConsumed - gasRefund
)
● gasUsed: BN
Inherited from EVMResult.gasUsed
Defined in evm/evm.ts:28
Amount of gas used by the transaction