For the complete documentation index, see llms.txt.
aztec-nr - noir_aztec::note::note_getter_options

Struct PropertySelector

pub struct PropertySelector<T> {
    pub index: u8,
    pub offset: u8,
    pub length: u8,
}

Locates a note property inside the packed note.

T is the type of the selected property: it is not stored, and is only used to validate the selector when constructing a Select or Sort criterion.

Fields

index: u8
offset: u8
length: u8

Implementations

impl<T> PropertySelector<T>