Skip to main content

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.
  • variable: Variant for values of variable size.

Modules§

db
Shared implementation for ordered Current QMDB variants.
fixed
An ordered variant of a crate::qmdb::current authenticated database optimized for fixed-size values.
variable
An ordered variant of a crate::qmdb::current authenticated database for variable-size values

Enums§

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