Module checkpoint_seq_by_digest

Module checkpoint_seq_by_digest 

Source
Expand description

CheckpointDigestcheckpoint_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 CheckpointDigest whose encoding is the raw 32 bytes.

Constants§

NAME

Functions§

options

Type Aliases§

Value