#[no_mangle]
pub unsafe extern "C" fn ergo_merkle_proof_from_json(
    json_str: *const c_char,
    proof_out: *mut MerkleProofPtr
) -> ErrorPtr
Expand description

Deserializes a MerkleProof from its json representation (see /blocks/{headerId}/proofFor/{txId} node api)