Skip to content

ApplyBlockResult

Result of applyBlock

Properties

bloom

bloom: Bloom

The Bloom filter

Defined in

packages/vm/src/utils/ApplyBlockResult.ts:13


gasUsed

gasUsed: bigint

The gas used after executing the block

Defined in

packages/vm/src/utils/ApplyBlockResult.ts:17


preimages?

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

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

Defined in

packages/vm/src/utils/ApplyBlockResult.ts:33


receipts

receipts: TxReceipt[]

Receipts generated for transactions in the block

Defined in

packages/vm/src/utils/ApplyBlockResult.ts:25


receiptsRoot

receiptsRoot: Uint8Array

The receipt root after executing the block

Defined in

packages/vm/src/utils/ApplyBlockResult.ts:21


results

results: RunTxResult[]

Results of executing the transactions in the block

Defined in

packages/vm/src/utils/ApplyBlockResult.ts:29