Struct NoteEmission
pub struct NoteEmission<Note> {
pub note: Note,
pub storage_slot: Field,
pub note_hash_counter: u32,
}
Fields
note: Notestorage_slot: Fieldnote_hash_counter: u32pub struct NoteEmission<Note> {
pub note: Note,
pub storage_slot: Field,
pub note_hash_counter: u32,
}
note: Notestorage_slot: Fieldnote_hash_counter: u32impl<Note> NoteEmission<Note>
A note emission struct containing the information required for emitting a note. The exact
emitlogic is passed in by the application code