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
Field | Type |
---|---|
pub nonce | Field |
pub note_hash | Field |
pub inner_nullifier | Field |
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
Name | Type |
---|---|
unique_note_hashes_in_tx | BoundedVec<Field |
MAX_NOTE_HASHES_PER_TX> | |
first_nullifier_in_tx | Field |
compute_note_hash_and_nullifier | ComputeNoteHashAndNullifier<Env> |
contract_address | AztecAddress |
storage_slot | Field |
note_type_id | Field |
packed_note | BoundedVec<Field |
MAX_NOTE_PACKED_LEN> | |