@ethereumjs/vm / runBlock / RunBlockResult
runBlock.RunBlockResult
Result of runBlock
-
RunBlockResult
• gasUsed: BN
The gas used after executing the block
Defined in: runBlock.ts:79
• logsBloom: Buffer
The bloom filter of the LOGs (events) after executing the block
Defined in: runBlock.ts:83
• receiptRoot: Buffer
The receipt root after executing the block
Defined in: runBlock.ts:87
• receipts: TxReceipt[]
Receipts generated for transactions in the block
Defined in: runBlock.ts:67
• results: RunTxResult[]
Results of executing the transactions in the block
Defined in: runBlock.ts:71
• stateRoot: Buffer
The stateRoot after executing the block
Defined in: runBlock.ts:75