@ethereumjs/vm / EIP4844BlobTxReceipt
Receipt type for Byzantium and beyond replacing the intermediary state root field with a status code field (EIP-658)
↳ EIP4844BlobTxReceipt
• bitvector: Uint8Array
Bloom bitvector
PostByzantiumTxReceipt.bitvector
• blobGasPrice: bigint
blob gas price for block transaction was included in
Note: This valus 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
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
Cumulative gas used in the block including this tx
PostByzantiumTxReceipt.cumulativeBlockGasUsed
• logs: Log
[]
Logs emitted
• status: 0
| 1
Status of transaction, 1
if successful, 0
if an exception occurred