Skip to main content

private_notes

Standalone Functions

process_private_note_log

process_private_note_log(contract_address, tx_hash, unique_note_hashes_in_tx, MAX_NOTE_HASHES_PER_TX>, first_nullifier_in_tx, recipient, compute_note_hash_and_nullifier, log_metadata, log_content, MAX_LOG_CONTENT_LEN>, );

Parameters

NameType
contract_addressAztecAddress
tx_hashField
unique_note_hashes_in_txBoundedVec<Field
MAX_NOTE_HASHES_PER_TX>
first_nullifier_in_txField
recipientAztecAddress
compute_note_hash_and_nullifierComputeNoteHashAndNullifier<Env>
log_metadatau64
log_contentBoundedVec<Field
MAX_LOG_CONTENT_LEN>

attempt_note_discovery

attempt_note_discovery(contract_address, tx_hash, unique_note_hashes_in_tx, MAX_NOTE_HASHES_PER_TX>, first_nullifier_in_tx, recipient, compute_note_hash_and_nullifier, storage_slot, note_type_id, packed_note, MAX_NOTE_PACKED_LEN>, );

Parameters

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

decode_private_note_log

decode_private_note_log(log_metadata, log_content, MAX_LOG_CONTENT_LEN>, );

Parameters

NameType
log_metadatau64
log_contentBoundedVec<Field
MAX_LOG_CONTENT_LEN>