aztec-nr - noir_aztec::note::note_interface

Trait NoteProperties

pub trait NoteProperties<T> {
    // Required methods
    pub fn properties() -> T;
}

Required methods

pub fn properties() -> T

Implementors

impl NoteProperties<AddressNoteProperties> for AddressNote

impl NoteProperties<UintNoteProperties> for UintNote

impl NoteProperties<ValueNoteProperties> for ValueNote