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