Skip to main content
Version: v0.85.0-alpha-testnet.0

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_msg

process_partial_note_private_msg(contract_address, recipient, msg_metadata, msg_content, MAX_MESSAGE_CONTENT_LEN>, );

Parameters

NameType
contract_addressAztecAddress
recipientAztecAddress
msg_metadatau64
msg_contentBoundedVec<Field
MAX_MESSAGE_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_msg

decode_partial_note_private_msg(msg_metadata, msg_content, MAX_MESSAGE_CONTENT_LEN>, );

Parameters

NameType
msg_metadatau64
msg_contentBoundedVec<Field
MAX_MESSAGE_CONTENT_LEN>