Skip to main content

DeliveredPendingPartialNote

Fields

FieldType
pub(crate) note_completion_log_tagField
pub(crate) storage_slotField
pub(crate) note_type_idField
pub(crate) packed_private_note_contentBoundedVec<Field, MAX_PARTIAL_NOTE_PRIVATE_PACKED_LEN>
pub(crate) recipientAztecAddress

Standalone Functions

process_partial_note_private_log

process_partial_note_private_log(contract_address, recipient, log_metadata, log_content, MAX_LOG_CONTENT_LEN>, );

Parameters

NameType
contract_addressAztecAddress
recipientAztecAddress
log_metadatau64
log_contentBoundedVec<Field
MAX_LOG_CONTENT_LEN>

fetch_and_process_public_partial_note_completion_logs

fetch_and_process_public_partial_note_completion_logs(contract_address, compute_note_hash_and_nullifier, );

Parameters

NameType
contract_addressAztecAddress
compute_note_hash_and_nullifierComputeNoteHashAndNullifier<Env>

decode_partial_note_private_log

decode_partial_note_private_log(log_metadata, log_content, MAX_LOG_CONTENT_LEN>, );

Parameters

NameType
log_metadatau64
log_contentBoundedVec<Field
MAX_LOG_CONTENT_LEN>