Skip to content

ApplyBlockResult

Result of applyBlock

Properties

bloom

bloom: Bloom

The Bloom filter

Source

packages/vm/src/utils/types.ts:295


gasUsed

gasUsed: bigint

The gas used after executing the block

Source

packages/vm/src/utils/types.ts:299


preimages?

optional preimages: Map<`0x${string}`, Uint8Array>

Preimages mapping of the touched accounts from the block (see reportPreimages option)

Source

packages/vm/src/utils/types.ts:315


receipts

receipts: TxReceipt[]

Receipts generated for transactions in the block

Source

packages/vm/src/utils/types.ts:307


receiptsRoot

receiptsRoot: Uint8Array

The receipt root after executing the block

Source

packages/vm/src/utils/types.ts:303


results

results: RunTxResult[]

Results of executing the transactions in the block

Source

packages/vm/src/utils/types.ts:311