Skip to content

Latest commit

 

History

History
94 lines (50 loc) · 1.89 KB

RunBlockResult.md

File metadata and controls

94 lines (50 loc) · 1.89 KB

@ethereumjs/vm / RunBlockResult

Interface: RunBlockResult

Result of runBlock

Hierarchy

Table of contents

Properties

Properties

gasUsed

gasUsed: bigint

The gas used after executing the block

Defined in

vm/src/types.ts:298


logsBloom

logsBloom: Uint8Array

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

Defined in

vm/src/types.ts:302


receipts

receipts: TxReceipt[]

Receipts generated for transactions in the block

Defined in

vm/src/types.ts:286


receiptsRoot

receiptsRoot: Uint8Array

The receipt root after executing the block

Defined in

vm/src/types.ts:306


results

results: RunTxResult[]

Results of executing the transactions in the block

Defined in

vm/src/types.ts:290


stateRoot

stateRoot: Uint8Array

The stateRoot after executing the block

Defined in

vm/src/types.ts:294