Decrypts an encrypted memo.

  • Parameters

    • memo: string

      The encrypted memo to decrypt (need to start with #).

    • receiverPrivateMemoKey: string | PrivateKey

      The private Memo key of the recipient.

    Returns string

    The decrypted message.