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
process_partial_note_private_msg
process_partial_note_private_msg(contract_address, recipient, msg_metadata, msg_content, MAX_MESSAGE_CONTENT_LEN>, );
Parameters
Name | Type |
---|---|
contract_address | AztecAddress |
recipient | AztecAddress |
msg_metadata | u64 |
msg_content | BoundedVec<Field |
MAX_MESSAGE_CONTENT_LEN> | |