pub fn prove_read<B, H, I>(
    backend: B,
    keys: I
) -> Result<StorageProof, Box<dyn Error>>where
    B: AsTrieBackend<H>,
    H: Hasher,
    H::Out: Ord + Codec,
    I: IntoIterator,
    I::Item: AsRef<[u8]>,
Expand description

Generate storage read proof.