ethereumjs-monorepo

@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