Module proof

Module proof 

Source
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ยง

OperationProof
A proof that a specific operation is currently active in the database.
RangeProof
A proof that a range of operations exist in the database.