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