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]>,
Lifted directly from sp_state_machine::read_proof_check
sp_state_machine::read_proof_check