@ethereumjs/vm / runTx / AfterTxEvent
runTx.AfterTxEvent
-
↳ AfterTxEvent
• Optional
accessList: AccessList
EIP-2930 access list generated for the tx (see reportAccessList
option)
Inherited from: RunTxResult.accessList
Defined in: runTx.ts:95
• amountSpent: BN
The amount of ether used by this transaction
Inherited from: RunTxResult.amountSpent
Defined in: runTx.ts:80
• bloom: default
Bloom filter resulted from transaction
Inherited from: RunTxResult.bloom
Defined in: runTx.ts:75
• Optional
createdAddress: Address
Address of created account durint transaction, if any
Inherited from: RunTxResult.createdAddress
Defined in: evm/evm.ts:31
• execResult: ExecResult
Contains the results from running the code, if any, as described in runCode
Inherited from: RunTxResult.execResult
Defined in: evm/evm.ts:35
• Optional
gasRefund: BN
The amount of gas as that was refunded during the transaction (i.e. gasUsed = totalGasConsumed - gasRefund
)
Inherited from: RunTxResult.gasRefund
Defined in: runTx.ts:90
• gasUsed: BN
Amount of gas used by the transaction
Inherited from: RunTxResult.gasUsed
Defined in: evm/evm.ts:27
• receipt: TxReceipt
The tx receipt
Inherited from: RunTxResult.receipt
Defined in: runTx.ts:85
• transaction: TypedTransaction
The transaction which just got finished
Defined in: runTx.ts:102