@ethereumjs/vm / AfterBlockEvent
Result of runBlock
↳ AfterBlockEvent
• block: Block
• gasUsed: bigint
The gas used after executing the block
• logsBloom: Uint8Array
The bloom filter of the LOGs (events) after executing the block
• Optional
preimages: Map
<string
, Uint8Array
>
Preimages mapping of the touched accounts from the block (see reportPreimages option)
• receipts: TxReceipt
[]
Receipts generated for transactions in the block
• receiptsRoot: Uint8Array
The receipt root after executing the block
• results: RunTxResult
[]
Results of executing the transactions in the block
• stateRoot: Uint8Array
The stateRoot after executing the block