ethereumjs-monorepo

@ethereumjs/vm


@ethereumjs/vm / ApplyBlockResult

Interface: ApplyBlockResult

Defined in: vm/src/types.ts:327

Result of applyBlock

Properties

bloom

bloom: Bloom

Defined in: vm/src/types.ts:331

The Bloom filter


gasUsed

gasUsed: bigint

Defined in: vm/src/types.ts:335

The gas used after executing the block


preimages?

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

Defined in: vm/src/types.ts:351

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


receipts

receipts: TxReceipt[]

Defined in: vm/src/types.ts:343

Receipts generated for transactions in the block


receiptsRoot

receiptsRoot: Uint8Array

Defined in: vm/src/types.ts:339

The receipt root after executing the block


results

results: RunTxResult[]

Defined in: vm/src/types.ts:347

Results of executing the transactions in the block