Skip to content

Latest commit

 

History

History
83 lines (44 loc) · 1.78 KB

PostByzantiumTxReceipt.md

File metadata and controls

83 lines (44 loc) · 1.78 KB

@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