Skip to content

BaseTxReceipt

Abstract interface with common transaction receipt fields

Extended by

Properties

bitvector

bitvector: Uint8Array

Bloom bitvector

Defined in

RecieptManager.ts:24


cumulativeBlockGasUsed

cumulativeBlockGasUsed: bigint

Cumulative gas used in the block including this tx

Defined in

RecieptManager.ts:20


logs

logs: EthjsLog[]

Logs emitted

Defined in

RecieptManager.ts:28