Skip to content

EIP4844BlobTxReceipt

Receipt type for Byzantium and beyond replacing the intermediary state root field with a status code field (EIP-658)

Extends

Properties

bitvector

bitvector: Uint8Array

Bloom bitvector

Inherited from

PostByzantiumTxReceipt.bitvector

Defined in

RecieptManager.ts:24


blobGasPrice

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.

Defined in

RecieptManager.ts:64


blobGasUsed

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.

Defined in

RecieptManager.ts:57


cumulativeBlockGasUsed

cumulativeBlockGasUsed: bigint

Cumulative gas used in the block including this tx

Inherited from

PostByzantiumTxReceipt.cumulativeBlockGasUsed

Defined in

RecieptManager.ts:20


logs

logs: EthjsLog[]

Logs emitted

Inherited from

PostByzantiumTxReceipt.logs

Defined in

RecieptManager.ts:28


status

status: 0 | 1

Status of transaction, 1 if successful, 0 if an exception occurred

Inherited from

PostByzantiumTxReceipt.status

Defined in

RecieptManager.ts:38