read_proof_check

Function read_proof_check 

Source
pub fn read_proof_check<H, I>(
    root: &H::Out,
    proof: StorageProof,
    keys: I,
) -> Result<BTreeMap<Vec<u8>, Option<Vec<u8>>>, Error>
where H: Hasher, H::Out: Debug, I: IntoIterator, I::Item: AsRef<[u8]>,
Expand description