Skip to main content

private_logs

Standalone Functions

fetch_and_process_private_tagged_logs

fetch_and_process_private_tagged_logs(_contract_address, _compute_note_hash_and_nullifier, );

Parameters

NameType
_contract_addressAztecAddress
_compute_note_hash_and_nullifierComputeNoteHashAndNullifier<Env>

do_process_log

do_process_log(contract_address, log, PRIVATE_LOG_SIZE_IN_FIELDS>, tx_hash, unique_note_hashes_in_tx, MAX_NOTE_HASHES_PER_TX>, first_nullifier_in_tx, recipient, compute_note_hash_and_nullifier, );

Parameters

NameType
contract_addressAztecAddress
logBoundedVec<Field
PRIVATE_LOG_SIZE_IN_FIELDS>
tx_hashField
unique_note_hashes_in_txBoundedVec<Field
MAX_NOTE_HASHES_PER_TX>
first_nullifier_in_txField
recipientAztecAddress
compute_note_hash_and_nullifierComputeNoteHashAndNullifier<Env>

decode_log_plaintext

decode_log_plaintext(log_plaintext, PRIVATE_LOG_PLAINTEXT_SIZE_IN_FIELDS>, );

Parameters

NameType
log_plaintextBoundedVec<Field
PRIVATE_LOG_PLAINTEXT_SIZE_IN_FIELDS>