Struct DiscoveredNoteInfo
pub struct DiscoveredNoteInfo {
pub note_nonce: Field,
pub note_hash: Field,
pub inner_nullifier: Field,
}
Fields
note_nonce: Fieldnote_hash: Fieldinner_nullifier: Fieldpub struct DiscoveredNoteInfo {
pub note_nonce: Field,
pub note_hash: Field,
pub inner_nullifier: Field,
}
note_nonce: Fieldnote_hash: Fieldinner_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.