ethereumjs-monorepo

@ethereumjs/vm


@ethereumjs/vm / PostByzantiumTxReceipt

Interface: PostByzantiumTxReceipt

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

Receipt type for Byzantium and beyond replacing the intermediary state root field with a status code field (EIP-658)

Extends

Extended by

Properties

bitvector

bitvector: Uint8Array

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

Bloom bitvector

Inherited from

BaseTxReceipt.bitvector


cumulativeBlockGasUsed

cumulativeBlockGasUsed: bigint

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

Cumulative gas used in the block including this tx

Inherited from

BaseTxReceipt.cumulativeBlockGasUsed


logs

logs: Log[]

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

Logs emitted

Inherited from

BaseTxReceipt.logs


status

status: 0 | 1

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

Status of transaction, 1 if successful, 0 if an exception occurred