Expand description
CheckpointDigest → checkpoint_seq.
Resolves a checkpoint digest to its sequence number, which then keys every checkpoint-keyed CF.
Both Key and Value are thin newtypes (a 32-byte digest and a
varint-encoded u64), so no store helper is provided —
indexer pipelines stage writes directly via
batch.put(&schema.checkpoint_seq_by_digest, &Key(digest), &U64Varint(seq)).
Structs§
- Key
- Wrapper around
CheckpointDigestwhose encoding is the raw 32 bytes.