pub fn serialize_merkle_proof( proof: &MerklePaymentProof, ) -> Result<Vec<u8>, Error>
Serialize a MerklePaymentProof with the version tag prefix.
MerklePaymentProof
Returns an error if serialization fails.