Skip to content

Latest commit

 

History

History
57 lines (30 loc) · 1.1 KB

BaseTxReceipt.md

File metadata and controls

57 lines (30 loc) · 1.1 KB

@ethereumjs/vm / BaseTxReceipt

Interface: BaseTxReceipt

Abstract interface with common transaction receipt fields

Hierarchy

Table of contents

Properties

Properties

bitvector

bitvector: Uint8Array

Bloom bitvector

Defined in

vm/src/types.ts:21


cumulativeBlockGasUsed

cumulativeBlockGasUsed: bigint

Cumulative gas used in the block including this tx

Defined in

vm/src/types.ts:17


logs

logs: Log[]

Logs emitted

Defined in

vm/src/types.ts:25