Constant RECEIPTS_V2
Source pub const RECEIPTS_V2: &str = "receipts_v2";
Expand description
Receipts v2 column family: Vec<u8> => Vec<u8>
- Key:
block_hash (32B) || index (8B big-endian u64) — fixed-width raw key
enabling cursor-based prefix iteration by block hash.
- Value:
receipt.encode_to_vec()