Module tx_seq_by_digest

Module tx_seq_by_digest 

Source
Expand description

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

Constants§

NAME

Functions§

options

Type Aliases§

Value