Structs§
- Balance
Index Info - Balance
Key - Bitmap
Blob - Value stored in the bitmap CFs: the raw bytes of
RoaringBitmap::serialize_into. - Bitmap
Compaction Filter - Whole-bucket compaction filter for bitmap CFs. Reads the trailing 8 bytes
of a typed-store key as
bucket_id(bincode big-endian fixed-int), then removes the row iff the bucket is entirely below the currenttx_seq_pruning_watermarkexclusive value. - Bitmap
Index Key - Row key for both bitmap CFs.
- Coin
Index Info - Coin
Index Key - Index
Store Options - Index
Store Tables Read Only - Owner
Index Info - Owner
Index Key - Package
Version Info - Package
Version Key - RpcIndex
Store - TxSeq
Digest Info - Row of the
tx_seq_digesttable — direct mapping fromtx_sequence_numberto(digest, event_count, tx_offset, checkpoint_number).event_countlets event listings enumerate a transaction’s event_seqs without rereading the tx row.tx_offsetis the transaction’s zero-based position within its checkpoint, letting readers report a(checkpoint, tx_offset)coordinate without recomputing it from the checkpoint’s base sequence number.
Enums§
- Bitmap
Kind - Which sequence space a bitmap CF is keyed by. Owns the whole-bucket
removability math the
BitmapCompactionFilterapplies. - Watermark
- Checkpoint watermark type