Skip to main content

encrypted_event_emission

Standalone Functions

compute_payload

compute_payload(context, event, recipient, sender, );

/ Computes private event log payload and a log hash

Parameters

NameType
contextPrivateContext
eventEvent
recipientAztecAddress
senderAztecAddress

compute_payload_unconstrained

compute_payload_unconstrained(context, event, recipient, sender, );

Parameters

NameType
contextPrivateContext
eventEvent
recipientAztecAddress
senderAztecAddress

encode_and_encrypt_event

encode_and_encrypt_event(context, recipient, sender, );

Parameters

NameType
context&mut PrivateContext
recipientAztecAddress
senderAztecAddress

encode_and_encrypt_event_unconstrained

encode_and_encrypt_event_unconstrained(context, recipient, sender, );

Parameters

NameType
context&mut PrivateContext
recipientAztecAddress
senderAztecAddress