@ethereumjs/vm / ApplyBlockResult
Result of applyBlock
• bloom: Bloom
The Bloom filter
• gasUsed: bigint
The gas used 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