referrerpolicy=no-referrer-when-downgrade

Function frame_support::traits::base16::verify_multi_proof

source ·
pub fn verify_multi_proof<Hashing, Key, Value>(
    root: &<Hashing as Hasher>::Out,
    proof: &[u8],
    items: &[(Key, Value)],
) -> Result<(), DispatchError>
where Hashing: Hasher, Key: Encode, Value: Encode,
Expand description

Verify the existence of multiple items in a given trie root and proof.