Skip to main content

LogWithTxData

/ The contents of a public log, plus contextual information about the transaction in which the log was emitted. This / is the data required in order to discover notes that are being delivered in a log. TODO(#11639): this could also be used to fetch private logs, but the BoundedVec maximum length is that of a public log.

Fields

FieldType
pub log_contentBoundedVec<Field, PUBLIC_LOG_DATA_SIZE_IN_FIELDS>
pub tx_hashField
pub unique_note_hashes_in_txBoundedVec<Field, MAX_NOTE_HASHES_PER_TX>
pub first_nullifier_in_txField

Standalone Functions

sync_notes

sync_notes();

Takes no parameters.

sync_notes_oracle

sync_notes_oracle();

Takes no parameters.

deliver_note

deliver_note(contract_address, storage_slot, nonce, packed_note, MAX_NOTE_PACKED_LEN>, note_hash, nullifier, tx_hash, recipient, );

Parameters

NameType
contract_addressAztecAddress
storage_slotField
nonceField
packed_noteBoundedVec<Field
MAX_NOTE_PACKED_LEN>
note_hashField
nullifierField
tx_hashField
recipientAztecAddress

get_log_by_tag

get_log_by_tag(tag);

Parameters

NameType
tagField

deliver_note_oracle

deliver_note_oracle(contract_address, storage_slot, nonce, packed_note, MAX_NOTE_PACKED_LEN>, note_hash, nullifier, tx_hash, recipient, );

Parameters

NameType
contract_addressAztecAddress
storage_slotField
nonceField
packed_noteBoundedVec<Field
MAX_NOTE_PACKED_LEN>
note_hashField
nullifierField
tx_hashField
recipientAztecAddress

get_log_by_tag_oracle

get_log_by_tag_oracle(tag);

Parameters

NameType
tagField