Skip to main content

DiscoveredNoteInfo

/ 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

FieldType
pub nonceField
pub note_hashField
pub inner_nullifierField

Standalone Functions

attempt_note_nonce_discovery

attempt_note_nonce_discovery(unique_note_hashes_in_tx, MAX_NOTE_HASHES_PER_TX>, first_nullifier_in_tx, compute_note_hash_and_nullifier, contract_address, storage_slot, note_type_id, packed_note, MAX_NOTE_PACKED_LEN>, );

Parameters

NameType
unique_note_hashes_in_txBoundedVec<Field
MAX_NOTE_HASHES_PER_TX>
first_nullifier_in_txField
compute_note_hash_and_nullifierComputeNoteHashAndNullifier<Env>
contract_addressAztecAddress
storage_slotField
note_type_idField
packed_noteBoundedVec<Field
MAX_NOTE_PACKED_LEN>