DeliveredPendingPartialNote
Fields
Field | Type |
---|---|
pub(crate) note_completion_log_tag | Field |
pub(crate) storage_slot | Field |
pub(crate) note_type_id | Field |
pub(crate) packed_private_note_content | BoundedVec<Field, MAX_PARTIAL_NOTE_PRIVATE_PACKED_LEN> |
pub(crate) recipient | AztecAddress |
Standalone Functions
fetch_and_process_public_partial_note_completion_logs
fetch_and_process_public_partial_note_completion_logs(contract_address, compute_note_hash_and_nullifier, );
Parameters
Name | Type |
---|---|
contract_address | AztecAddress |
compute_note_hash_and_nullifier | ComputeNoteHashAndNullifier<Env> |
whyle
whyle(condition);
/ supports looping in unconstrained code.
Parameters
Name | Type |
---|---|
condition | fn[Env]( |