Module note
Functions
- Sends an encrypted message to
recipientwith the content of the note, which they will discover when processing private logs. - Same as
encode_and_encrypt_note_unconstrained, except the note is emitted as an offchain message instead of a private log. - Same as
encode_and_encrypt_note, except encryption is unconstrained. This means that the sender is free to make the log contents be whatever they wish, potentially resulting in scenarios in which the recipient is unable to decrypt and process the payload, leading to the note being lost.