@ethereumjs/vm / RunBlockResult
Defined in: vm/src/types.ts:357
Result of runBlock
Omit
<ApplyBlockResult
, "bloom"
>gasUsed:
bigint
Defined in: vm/src/types.ts:335
The gas used after executing the block
Omit.gasUsed
logsBloom:
Uint8Array
Defined in: vm/src/types.ts:365
The bloom filter of the LOGs (events) after executing the block
optional
preimages:Map
<`0x${string}`
,Uint8Array
<ArrayBufferLike
>>
Defined in: vm/src/types.ts:351
Preimages mapping of the touched accounts from the block (see reportPreimages option)
Omit.preimages
receipts:
TxReceipt
[]
Defined in: vm/src/types.ts:343
Receipts generated for transactions in the block
Omit.receipts
receiptsRoot:
Uint8Array
Defined in: vm/src/types.ts:339
The receipt root after executing the block
Omit.receiptsRoot
optional
requests:CLRequest
<CLRequestType
>[]
Defined in: vm/src/types.ts:374
Any CL requests that were processed in the course of this block
optional
requestsHash:Uint8Array
<ArrayBufferLike
>
Defined in: vm/src/types.ts:370
The requestsHash for any CL requests in the block
results:
RunTxResult
[]
Defined in: vm/src/types.ts:347
Results of executing the transactions in the block
Omit.results
stateRoot:
Uint8Array
Defined in: vm/src/types.ts:361
The stateRoot after executing the block