private_logs
Standalone Functions
fetch_and_process_private_tagged_logs
fetch_and_process_private_tagged_logs(contract_address, compute_note_hash_and_nullifier, );
Parameters
Name | Type |
---|---|
contract_address | AztecAddress |
compute_note_hash_and_nullifier | ComputeNoteHashAndNullifier<Env> |
process_log
process_log(contract_address, compute_note_hash_and_nullifier, pending_tagged_log, );
Parameters
Name | Type |
---|---|
contract_address | AztecAddress |
compute_note_hash_and_nullifier | ComputeNoteHashAndNullifier<Env> |
pending_tagged_log | PendingTaggedLog |
decode_log_plaintext
decode_log_plaintext(log_plaintext, PRIVATE_LOG_PLAINTEXT_SIZE_IN_FIELDS>, );
Parameters
Name | Type |
---|---|
log_plaintext | BoundedVec<Field |
PRIVATE_LOG_PLAINTEXT_SIZE_IN_FIELDS> | |