ethereumjs-monorepo

@ethereumjs/vm


@ethereumjs/vm / PostByzantiumTxReceipt

Interface: PostByzantiumTxReceipt

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

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: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


status

status: 0 | 1

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

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