Skip to content

BaseTxReceipt

Abstract interface with common transaction receipt fields

Extended by

Properties

bitvector

bitvector: Uint8Array

Bloom bitvector

Defined in

packages/vm/src/utils/BaseTxReceipt.ts:14


cumulativeBlockGasUsed

cumulativeBlockGasUsed: bigint

Cumulative gas used in the block including this tx

Defined in

packages/vm/src/utils/BaseTxReceipt.ts:10


logs

logs: EthjsLog[]

Logs emitted

Defined in

packages/vm/src/utils/BaseTxReceipt.ts:18