Function encode_and_encrypt_note
pub fn encode_and_encrypt_note<Note>(
context: &mut PrivateContext,
recipient: AztecAddress,
) -> fn[(&mut PrivateContext, AztecAddress)](NoteEmission<Note>)
pub fn encode_and_encrypt_note<Note>(
context: &mut PrivateContext,
recipient: AztecAddress,
) -> fn[(&mut PrivateContext, AztecAddress)](NoteEmission<Note>)
Sends an encrypted message to
recipientwith the content of the note, which they will discover when processing private logs.