ethereumjs-monorepo

@ethereumjs/vm / PreByzantiumTxReceipt

Interface: PreByzantiumTxReceipt

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

Hierarchy

Table of contents

Properties

Properties

bitvector

bitvector: Uint8Array

Bloom bitvector

Inherited from

BaseTxReceipt.bitvector

Defined in

vm/src/types.ts:21


cumulativeBlockGasUsed

cumulativeBlockGasUsed: bigint

Cumulative gas used in the block including this tx

Inherited from

BaseTxReceipt.cumulativeBlockGasUsed

Defined in

vm/src/types.ts:17


logs

logs: Log[]

Logs emitted

Inherited from

BaseTxReceipt.logs

Defined in

vm/src/types.ts:25


stateRoot

stateRoot: Uint8Array

Intermediary state root

Defined in

vm/src/types.ts:36