aztec-nr - noir_aztec::messages::discovery::nonce_discovery

Struct DiscoveredNoteInfo

pub struct DiscoveredNoteInfo {
    pub note_nonce: Field,
    pub note_hash: Field,
    pub inner_nullifier: Field,
}

A struct with the discovered information of a complete note, required for delivery to PXE. Note that this is not the complete note information, since it does not include content, storage slot, etc.

Fields

note_nonce: Field
note_hash: Field
inner_nullifier: Field