pub fn decrypt_tx_comment<K: KeyPair>(
my_keypair: &K,
other_pubkey: &PublicKey,
encrypted_tx_comment: &ArrayString<MAX_B64_LEN>,
) -> Result<ArrayString<MAX_MSG_LEN>, DecryptTxCommentErr>Expand description
Decrypt transaction comment
pub fn decrypt_tx_comment<K: KeyPair>(
my_keypair: &K,
other_pubkey: &PublicKey,
encrypted_tx_comment: &ArrayString<MAX_B64_LEN>,
) -> Result<ArrayString<MAX_MSG_LEN>, DecryptTxCommentErr>Decrypt transaction comment