Skip to content

Latest commit

 

History

History
81 lines (43 loc) · 1.63 KB

PreByzantiumTxReceipt.md

File metadata and controls

81 lines (43 loc) · 1.63 KB

@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