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

Defined in

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


logsBloom

logsBloom: Uint8Array

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

Defined in

packages/vm/src/utils/RunBlockResult.ts:15


preimages?

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

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

Inherited from

Omit.preimages

Defined in

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


receipts

receipts: TxReceipt[]

Receipts generated for transactions in the block

Inherited from

Omit.receipts

Defined in

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


receiptsRoot

receiptsRoot: Uint8Array

The receipt root after executing the block

Inherited from

Omit.receiptsRoot

Defined in

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


requests?

optional requests: ClRequest[]

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

Defined in

packages/vm/src/utils/RunBlockResult.ts:24


requestsRoot?

optional requestsRoot: Uint8Array

The requestsRoot for any CL requests in the block

Defined in

packages/vm/src/utils/RunBlockResult.ts:20


results

results: RunTxResult[]

Results of executing the transactions in the block

Inherited from

Omit.results

Defined in

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


stateRoot

stateRoot: Uint8Array

The stateRoot after executing the block

Defined in

packages/vm/src/utils/RunBlockResult.ts:11