Expand description
TransactionDigest → tx_seq.
One half of the digest <-> sequence bijection. The inverse lives
in super::tx_metadata_by_seq.
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.tx_seq_by_digest, &Key(digest), &U64Varint(seq)).
Structs§
- Key
- Wrapper around
TransactionDigestwhose encoding is the raw 32 bytes.