pub fn verify_mmr_proof(
    leaves: Vec<EncodableOpaqueLeaf>,
    encoded_proof: Vec<u8>,
) -> bool
Expand description

Verifies the given MMR proof using the leaves provided