ethereumjs-monorepo

@ethereumjs/vm


@ethereumjs/vm / BaseTxReceipt

Interface: BaseTxReceipt

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

Abstract interface with common transaction receipt fields

Extended by

Properties

bitvector

bitvector: Uint8Array

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

Bloom bitvector


cumulativeBlockGasUsed

cumulativeBlockGasUsed: bigint

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

Cumulative gas used in the block including this tx


logs

logs: Log[]

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

Logs emitted