@ethereumjs/vm / PostByzantiumTxReceipt
Defined in: vm/src/types.ts:54
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:32
Bloom bitvector
cumulativeBlockGasUsed:
bigint
Defined in: vm/src/types.ts:28
Cumulative gas used in the block including this tx
BaseTxReceipt
.cumulativeBlockGasUsed
logs:
Log
[]
Defined in: vm/src/types.ts:36
Logs emitted
status:
0
|1
Defined in: vm/src/types.ts:58
Status of transaction, 1
if successful, 0
if an exception occurred