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

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


cumulativeBlockGasUsed

cumulativeBlockGasUsed: bigint

Cumulative gas used in the block including this tx

Inherited from

BaseTxReceipt.cumulativeBlockGasUsed

Defined in

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


logs

logs: EthjsLog[]

Logs emitted

Inherited from

BaseTxReceipt.logs

Defined in

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


stateRoot

stateRoot: Uint8Array

Intermediary state root

Defined in

packages/vm/src/utils/PrebyzantiumTxReceipt.ts:11