ethereumjs-monorepo

@ethereumjs/vm


@ethereumjs/vm / EIP4844BlobTxReceipt

Interface: 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)

Extends

Properties

bitvector

bitvector: Uint8Array

Defined in: vm/src/types.ts:32

Bloom bitvector

Inherited from

PostByzantiumTxReceipt.bitvector


blobGasPrice

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

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

cumulativeBlockGasUsed: bigint

Defined in: vm/src/types.ts:28

Cumulative gas used in the block including this tx

Inherited from

PostByzantiumTxReceipt.cumulativeBlockGasUsed


logs

logs: Log[]

Defined in: vm/src/types.ts:36

Logs emitted

Inherited from

PostByzantiumTxReceipt.logs


status

status: 0 | 1

Defined in: vm/src/types.ts:58

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

Inherited from

PostByzantiumTxReceipt.status