aztec-nr - noir_aztec::note::note_interface

Trait NoteType

pub trait NoteType {
    // Required methods
    pub fn get_id() -> Field;
}

Required methods

pub fn get_id() -> Field

Returns the unique identifier for the note type. This is typically used when processing note logs.

Implementors

impl NoteType for AddressNote

impl NoteType for MockNote

impl NoteType for UintNote

impl NoteType for ValueNote