ethereumjs-monorepo

@ethereumjs/vm / PostByzantiumTxReceipt

Interface: PostByzantiumTxReceipt

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

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


status

status: 0 | 1

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

Defined in

vm/src/types.ts:47