PreByzantiumTxReceipt
Pre-Byzantium receipt type with a field for the intermediary state root
Extends
Properties
bitvector
bitvector:
Uint8Array
Bloom bitvector
Inherited from
Source
packages/vm/src/utils/types.ts:24
cumulativeBlockGasUsed
cumulativeBlockGasUsed:
bigint
Cumulative gas used in the block including this tx
Inherited from
BaseTxReceipt
.cumulativeBlockGasUsed
Source
packages/vm/src/utils/types.ts:20
logs
logs:
EthjsLog
[]
Logs emitted
Inherited from
Source
packages/vm/src/utils/types.ts:28
stateRoot
stateRoot:
Uint8Array
Intermediary state root
Source
packages/vm/src/utils/types.ts:39