Function verify_with_hasher

Source
fn verify_with_hasher<H: MmrHasher>(
    proof: &MmrProof,
) -> Result<bool, VerifyError>
Expand description

Generic verification with a concrete MmrHasher implementation.