pub async fn audit_verify<H: Hasher + Send + Sync>(
    start_hash: H::Digest,
    end_hash: H::Digest,
    proof: AppendOnlyProof<H>
) -> Result<(), AkdError>
Expand description

Verifies an audit proof, given start and end hashes for a merkle patricia tree.