Function sp_state_machine::read_child_proof_check
source ยท pub fn read_child_proof_check<H, I>(
root: H::Out,
proof: StorageProof,
child_info: &ChildInfo,
keys: I,
) -> Result<HashMap<Vec<u8>, Option<Vec<u8>>>, Box<dyn Error>>
Expand description
Check child storage read proof, generated by prove_child_read
call.