Skip to content

PostByzantiumTxReceipt

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

Extends

Extended by

Properties

bitvector

bitvector: Uint8Array

Bloom bitvector

Inherited from

BaseTxReceipt.bitvector

Defined in

RecieptManager.ts:24


cumulativeBlockGasUsed

cumulativeBlockGasUsed: bigint

Cumulative gas used in the block including this tx

Inherited from

BaseTxReceipt.cumulativeBlockGasUsed

Defined in

RecieptManager.ts:20


logs

logs: EthjsLog[]

Logs emitted

Inherited from

BaseTxReceipt.logs

Defined in

RecieptManager.ts:28


status

status: 0 | 1

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

Defined in

RecieptManager.ts:38