pub fn decrypt_tx_comment_with_shared_key(
shared_key: &SharedKey,
encrypted_tx_comment: &ArrayString<MAX_B64_LEN>,
) -> Result<ArrayString<MAX_MSG_LEN>, DecryptTxCommentErr>
Expand description
Decrypt transaction comment with specified shared key