BaseTxReceipt
Abstract interface with common transaction receipt fields
Extended by
Properties
bitvector
bitvector:
Uint8Array
Bloom bitvector
Source
packages/vm/src/utils/types.ts:24
cumulativeBlockGasUsed
cumulativeBlockGasUsed:
bigint
Cumulative gas used in the block including this tx
Source
packages/vm/src/utils/types.ts:20
logs
logs:
EthjsLog
[]
Logs emitted
Source
packages/vm/src/utils/types.ts:28