Function verify_proof
pub fn verify_proof<'a, I>(
root: FixedBytes<32>,
key: Nibbles,
expected_value: Option<Vec<u8>>,
proof: I,
) -> Result<(), ProofVerificationError>where
I: IntoIterator<Item = &'a Bytes>,
pub fn verify_proof<'a, I>(
root: FixedBytes<32>,
key: Nibbles,
expected_value: Option<Vec<u8>>,
proof: I,
) -> Result<(), ProofVerificationError>where
I: IntoIterator<Item = &'a Bytes>,