@ethereumjs/vm / EIP4844BlobTxReceipt
Defined in: vm/src/types.ts:63
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:34
Bloom bitvector
PostByzantiumTxReceipt.bitvector
blobGasPrice:
bigint
Defined in: vm/src/types.ts:77
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:70
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:30
Cumulative gas used in the block including this tx
PostByzantiumTxReceipt.cumulativeBlockGasUsed
logs:
Log[]
Defined in: vm/src/types.ts:38
Logs emitted
status:
0|1
Defined in: vm/src/types.ts:60
Status of transaction, 1 if successful, 0 if an exception occurred