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
Field | Type |
---|---|
pub log_content | BoundedVec<Field, PUBLIC_LOG_DATA_SIZE_IN_FIELDS> |
pub tx_hash | Field |
pub unique_note_hashes_in_tx | BoundedVec<Field, MAX_NOTE_HASHES_PER_TX> |
pub first_nullifier_in_tx | Field |
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
Name | Type |
---|---|
contract_address | AztecAddress |
storage_slot | Field |
nonce | Field |
packed_note | BoundedVec<Field |
MAX_NOTE_PACKED_LEN> | |
note_hash | Field |
nullifier | Field |
tx_hash | Field |
recipient | AztecAddress |
get_log_by_tag
get_log_by_tag(tag);
Parameters
Name | Type |
---|---|
tag | Field |
deliver_note_oracle
deliver_note_oracle(contract_address, storage_slot, nonce, packed_note, MAX_NOTE_PACKED_LEN>, note_hash, nullifier, tx_hash, recipient, );
Parameters
Name | Type |
---|---|
contract_address | AztecAddress |
storage_slot | Field |
nonce | Field |
packed_note | BoundedVec<Field |
MAX_NOTE_PACKED_LEN> | |
note_hash | Field |
nullifier | Field |
tx_hash | Field |
recipient | AztecAddress |
get_log_by_tag_oracle
get_log_by_tag_oracle(tag);
Parameters
Name | Type |
---|---|
tag | Field |