Skip to content

PreByzantiumTxReceipt

Pre-Byzantium receipt type with a field for the intermediary state root

Extends

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


stateRoot

stateRoot: Uint8Array

Intermediary state root

Defined in

RecieptManager.ts:48