referrerpolicy=no-referrer-when-downgrade

Function pallet_mmr::verify_ancestry_proof

source ·
pub fn verify_ancestry_proof<H, L>(
    root: H::Output,
    ancestry_proof: AncestryProof<H::Output>,
) -> Result<H::Output, Error>
where H: Hash, L: FullLeaf,
Expand description

Stateless ancestry proof verification.