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