@ethereumjs/vm / ApplyBlockResult
Defined in: vm/src/types.ts:327
Result of applyBlock
bloom:
Bloom
Defined in: vm/src/types.ts:331
The Bloom filter
gasUsed:
bigint
Defined in: vm/src/types.ts:335
The gas used 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)
receipts:
TxReceipt
[]
Defined in: vm/src/types.ts:343
Receipts generated for transactions in the block
receiptsRoot:
Uint8Array
Defined in: vm/src/types.ts:339
The receipt root after executing the block
results:
RunTxResult
[]
Defined in: vm/src/types.ts:347
Results of executing the transactions in the block