Function substrate_state_machine::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>Expand description
Lifted directly from sp_state_machine::read_proof_check