@ethereumjs/vm / PostByzantiumTxReceipt
Defined in: vm/src/types.ts:56
Receipt type for Byzantium and beyond replacing the intermediary state root field with a status code field (EIP-658)
bitvector:
Uint8Array
Defined in: vm/src/types.ts:34
Bloom bitvector
cumulativeBlockGasUsed:
bigint
Defined in: vm/src/types.ts:30
Cumulative gas used in the block including this tx
BaseTxReceipt.cumulativeBlockGasUsed
logs:
Log[]
Defined in: vm/src/types.ts:38
Logs emitted
status:
0|1
Defined in: vm/src/types.ts:60
Status of transaction, 1 if successful, 0 if an exception occurred