fn verify_with_hasher<H: MmrHasher>(
proof: &MmrProof,
) -> Result<bool, VerifyError>Expand description
Generic verification with a concrete MmrHasher implementation.
fn verify_with_hasher<H: MmrHasher>(
proof: &MmrProof,
) -> Result<bool, VerifyError>Generic verification with a concrete MmrHasher implementation.