ethereumjs-monorepo

@ethereumjs/vm


@ethereumjs/vm / PreByzantiumTxReceipt

Interface: PreByzantiumTxReceipt

Defined in: vm/src/types.ts:43

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

Extends

Properties

bitvector

bitvector: Uint8Array

Defined in: vm/src/types.ts:32

Bloom bitvector

Inherited from

BaseTxReceipt.bitvector


cumulativeBlockGasUsed

cumulativeBlockGasUsed: bigint

Defined in: vm/src/types.ts:28

Cumulative gas used in the block including this tx

Inherited from

BaseTxReceipt.cumulativeBlockGasUsed


logs

logs: Log[]

Defined in: vm/src/types.ts:36

Logs emitted

Inherited from

BaseTxReceipt.logs


stateRoot

stateRoot: Uint8Array

Defined in: vm/src/types.ts:47

Intermediary state root