Trait NoteType
pub trait NoteType {
// Required methods
pub fn get_id() -> Field;
}
pub trait NoteType {
// Required methods
pub fn get_id() -> Field;
}
impl NoteType for AddressNoteimpl NoteType for FieldNoteimpl NoteType for MaxSizeNoteimpl NoteType for MockNoteimpl NoteType for OversizedNoteimpl NoteType for UintNote
Returns the unique identifier for the note type. This is typically used when processing note logs.