Function create_note
pub fn create_note<Note>(
context: &mut PrivateContext,
storage_slot: Field,
note: Note,
) -> NoteEmission<Note>
pub fn create_note<Note>(
context: &mut PrivateContext,
storage_slot: Field,
note: Note,
) -> NoteEmission<Note>