Skip to content

RunBlockResult

Result of runBlock

Extends

Extended by

Properties

gasUsed

gasUsed: bigint

The gas used after executing the block

Inherited from

Omit.gasUsed

Source

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


logsBloom

logsBloom: Uint8Array

The bloom filter of the LOGs (events) after executing the block

Source

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


preimages?

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

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

Inherited from

Omit.preimages

Source

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


receipts

receipts: TxReceipt[]

Receipts generated for transactions in the block

Inherited from

Omit.receipts

Source

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


receiptsRoot

receiptsRoot: Uint8Array

The receipt root after executing the block

Inherited from

Omit.receiptsRoot

Source

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


requests?

optional requests: ClRequest[]

Any CL requests that were processed in the course of this block

Source

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


requestsRoot?

optional requestsRoot: Uint8Array

The requestsRoot for any CL requests in the block

Source

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


results

results: RunTxResult[]

Results of executing the transactions in the block

Inherited from

Omit.results

Source

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


stateRoot

stateRoot: Uint8Array

The stateRoot after executing the block

Source

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