#[no_mangle]
pub unsafe extern "C" fn ergo_merkle_proof_valid(
    proof: ConstMerkleProofPtr,
    root_hash: *const u8,
    len: usize
) -> bool
Expand description

Checks the merkleproof against the expected root_hash