Function attempt_note_discovery
pub unconstrained fn attempt_note_discovery<Env>(
contract_address: AztecAddress,
tx_hash: Field,
unique_note_hashes_in_tx: BoundedVec<Field, 64>,
first_nullifier_in_tx: Field,
recipient: AztecAddress,
compute_note_hash_and_nullifier: ComputeNoteHashAndNullifier<Env>,
storage_slot: Field,
randomness: Field,
note_type_id: Field,
packed_note: BoundedVec<Field, 11>,
)
Attempts discovery of a note given information about its contents and the transaction in which it is suspected the note was created.