Function verify_proof
pub fn verify_proof<Hashing, Key, Value>(
    root: &<Hashing as Hasher>::Out,
    proof: &[u8],
    key: &Key,
    value: &Value,
) -> Result<(), DispatchError>Expand description
Verify the existence of key and value in a given trie root and proof.