@ethereumjs/vm / ApplyBlockResult
Defined in: vm/src/types.ts:340
Result of applyBlock
bloom:
Bloom
Defined in: vm/src/types.ts:344
The Bloom filter
gasUsed:
bigint
Defined in: vm/src/types.ts:348
The gas used after executing the block
optionalpreimages:Map<`0x${string}`,Uint8Array<ArrayBufferLike>>
Defined in: vm/src/types.ts:364
Preimages mapping of the touched accounts from the block (see reportPreimages option)
receipts:
TxReceipt[]
Defined in: vm/src/types.ts:356
Receipts generated for transactions in the block
receiptsRoot:
Uint8Array
Defined in: vm/src/types.ts:352
The receipt root after executing the block
results:
RunTxResult[]
Defined in: vm/src/types.ts:360
Results of executing the transactions in the block