Module rpc_index

Module rpc_index 

Source

Structs§

BalanceIndexInfo
BalanceKey
BitmapBlob
Value stored in the bitmap CFs: the raw bytes of RoaringBitmap::serialize_into.
BitmapCompactionFilter
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 current tx_seq_pruning_watermark exclusive value.
BitmapIndexKey
Row key for both bitmap CFs.
CoinIndexInfo
CoinIndexKey
IndexStoreOptions
IndexStoreTablesReadOnly
OwnerIndexInfo
OwnerIndexKey
PackageVersionInfo
PackageVersionKey
RpcIndexStore
TxSeqDigestInfo
Row of the tx_seq_digest table — direct mapping from tx_sequence_number to (digest, event_count, tx_offset, checkpoint_number). event_count lets event listings enumerate a transaction’s event_seqs without rereading the tx row. tx_offset is 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§

BitmapKind
Which sequence space a bitmap CF is keyed by. Owns the whole-bucket removability math the BitmapCompactionFilter applies.
Watermark
Checkpoint watermark type