Expand description
Proof types for crate::qmdb::current authenticated databases.
This module provides:
- RangeProof: Proves a range of operations exist in the database.
- OperationProof: Proves a specific operation is active in the database.
Structsยง
- Operation
Proof - A proof that a specific operation is currently active in the database.
- Range
Proof - A proof that a range of operations exist in the database.