ethereumjs-monorepo

@ethereumjs/vm / ApplyBlockResult

Interface: ApplyBlockResult

Result of applyBlock

Table of contents

Properties

Properties

bloom

bloom: Bloom

The Bloom filter

Defined in

vm/src/types.ts:292


gasUsed

gasUsed: bigint

The gas used after executing the block

Defined in

vm/src/types.ts:296


preimages

Optional preimages: Map<string, Uint8Array>

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

Defined in

vm/src/types.ts:312


receipts

receipts: TxReceipt[]

Receipts generated for transactions in the block

Defined in

vm/src/types.ts:304


receiptsRoot

receiptsRoot: Uint8Array

The receipt root after executing the block

Defined in

vm/src/types.ts:300


results

results: RunTxResult[]

Results of executing the transactions in the block

Defined in

vm/src/types.ts:308