@ethereumjs/vm / RunBlockResult
Result of runBlock
Omit
<ApplyBlockResult
, "bloom"
>
↳ RunBlockResult
• gasUsed: bigint
The gas used after executing the block
Omit.gasUsed
• 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)
Omit.preimages
• receipts: TxReceipt
[]
Receipts generated for transactions in the block
Omit.receipts
• receiptsRoot: Uint8Array
The receipt root after executing the block
Omit.receiptsRoot
• results: RunTxResult
[]
Results of executing the transactions in the block
Omit.results
• stateRoot: Uint8Array
The stateRoot after executing the block