@ethereumjs/vm / EIP4844BlobTxReceipt
Defined in: vm/src/types.ts:61
Receipt type for Byzantium and beyond replacing the intermediary state root field with a status code field (EIP-658)
bitvector:
Uint8Array
Defined in: vm/src/types.ts:32
Bloom bitvector
PostByzantiumTxReceipt
.bitvector
blobGasPrice:
bigint
Defined in: vm/src/types.ts:75
blob gas price for block transaction was included in
Note: This values is not included in the receiptRLP
used for encoding the receiptsRoot
in a block
and is only provided as part of receipt metadata.
blobGasUsed:
bigint
Defined in: vm/src/types.ts:68
blob gas consumed by a transaction
Note: This value is not included in the receiptRLP used for encoding the receiptsRoot in a block and is only provided as part of receipt metadata.
cumulativeBlockGasUsed:
bigint
Defined in: vm/src/types.ts:28
Cumulative gas used in the block including this tx
PostByzantiumTxReceipt
.cumulativeBlockGasUsed
logs:
Log
[]
Defined in: vm/src/types.ts:36
Logs emitted
status:
0
|1
Defined in: vm/src/types.ts:58
Status of transaction, 1
if successful, 0
if an exception occurred