ethereumjs-monorepo

@ethereumjs/vm


@ethereumjs/vm / BaseTxReceipt

Interface: BaseTxReceipt

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

Abstract interface with common transaction receipt fields

Extended by

Properties

bitvector

bitvector: Uint8Array

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

Bloom bitvector


cumulativeBlockGasUsed

cumulativeBlockGasUsed: bigint

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

Cumulative gas used in the block including this tx


logs

logs: Log[]

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

Logs emitted