Skip to content

Latest commit

 

History

History
84 lines (45 loc) · 2.02 KB

runblock.runblockresult.md

File metadata and controls

84 lines (45 loc) · 2.02 KB

@ethereumjs/vm / runBlock / RunBlockResult

Interface: RunBlockResult

runBlock.RunBlockResult

Result of runBlock

Hierarchy

Table of contents

Properties

Properties

gasUsed

gasUsed: BN

The gas used after executing the block

Defined in: runBlock.ts:79


logsBloom

logsBloom: Buffer

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

Defined in: runBlock.ts:83


receiptRoot

receiptRoot: Buffer

The receipt root after executing the block

Defined in: runBlock.ts:87


receipts

receipts: TxReceipt[]

Receipts generated for transactions in the block

Defined in: runBlock.ts:67


results

results: RunTxResult[]

Results of executing the transactions in the block

Defined in: runBlock.ts:71


stateRoot

stateRoot: Buffer

The stateRoot after executing the block

Defined in: runBlock.ts:75