pub fn deserialize_merkle_proof(
bytes: &[u8],
) -> Result<MerklePaymentProof, String>Expand description
Deserialize proof bytes as a MerklePaymentProof.
Expects the first byte to be PROOF_TAG_MERKLE.
ยงErrors
Returns an error if the bytes cannot be deserialized or the tag is wrong.