Creates message encoder around key pair.
Key pair.
Encodes message to recipient using recommended format.
Recipient public key.
Message to encode.
Encrypted and encoded message.
Encodes message to recipient using (deprecated) wallet format.
Recipient public key.
Message to encode.
Encrypted and encoded message.
This function is only provided for compatability with the original Symbol wallets.
Please use encode
in any new code.
Tries to decode encoded message.
Recipient's public key.
Encoded message.
Tuple containing decoded status and message.
Tries to decode encoded message.
Recipient's public key.
Encoded message
Tuple containing decoded status and message.
This function is only provided for compatability with the original Symbol wallets.
Please use tryDecode
in any new code.
Encrypts and encodes messages between two parties.