Module ordered

Module ordered 

Source
Expand description

Ordered variants of a crate::qmdb::current authenticated database.

These variants maintain the lexicographic-next active key for each active key, enabling exclusion proofs via ExclusionProof. This adds overhead compared to super::unordered variants.

Variants:

  • fixed: Variant optimized for values of fixed size.

Modules§

fixed
An ordered variant of a crate::qmdb::current authenticated database optimized for fixed-size values

Enums§

ExclusionProof
Proof that a key has no assigned value in the database.