Function casper_execution_engine::core::validate_query_proof[][src]

pub fn validate_query_proof(
    hash: &Blake2bHash,
    proofs: &[TrieMerkleProof<Key, StoredValue>],
    expected_first_key: &Key,
    path: &[String],
    expected_value: &StoredValue
) -> Result<(), ValidationError>