Ethereumjs-Webserver

@ethereumjs/vm / AfterBlockEvent

Interface: AfterBlockEvent

Result of runBlock

Hierarchy

Table of contents

Properties

Properties

block

block: Block

Defined in

vm/src/types.ts:311


gasUsed

gasUsed: bigint

The gas used after executing the block

Inherited from

RunBlockResult.gasUsed

Defined in

vm/src/types.ts:298


logsBloom

logsBloom: Uint8Array

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

Inherited from

RunBlockResult.logsBloom

Defined in

vm/src/types.ts:302


receipts

receipts: TxReceipt[]

Receipts generated for transactions in the block

Inherited from

RunBlockResult.receipts

Defined in

vm/src/types.ts:286


receiptsRoot

receiptsRoot: Uint8Array

The receipt root after executing the block

Inherited from

RunBlockResult.receiptsRoot

Defined in

vm/src/types.ts:306


results

results: RunTxResult[]

Results of executing the transactions in the block

Inherited from

RunBlockResult.results

Defined in

vm/src/types.ts:290


stateRoot

stateRoot: Uint8Array

The stateRoot after executing the block

Inherited from

RunBlockResult.stateRoot

Defined in

vm/src/types.ts:294