Expand description
An ordered variant of a crate::qmdb::current authenticated database optimized for fixed-size values
This variant maintains the lexicographic-next active key for each active key, enabling exclusion proofs (proving a key is currently inactive). Use super::super::unordered::fixed if exclusion proofs are not needed.
See Db for the main database type and ExclusionProof for proving key inactivity.
Structsยง
- Db
- A key-value QMDB based on an MMR over its log of operations, supporting key exclusion proofs and authentication of whether a currently has a specific value.
- KeyValue
Proof - Proof information for verifying a key has a particular value in the database.