ethereumjs-monorepo

@ethereumjs/vm


@ethereumjs/vm / ApplyBlockResult

Interface: ApplyBlockResult

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

Result of applyBlock

Properties

bloom

bloom: Bloom

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

The Bloom filter


gasUsed

gasUsed: bigint

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

The gas used after executing the block


preimages?

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

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

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


receipts

receipts: TxReceipt[]

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

Receipts generated for transactions in the block


receiptsRoot

receiptsRoot: Uint8Array

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

The receipt root after executing the block


results

results: RunTxResult[]

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

Results of executing the transactions in the block