encrypted_event_emission
Standalone Functions
compute_payload
compute_payload(context, event, recipient, sender, );
/ Computes private event log payload and a log hash
Parameters
Name | Type |
---|---|
context | PrivateContext |
event | Event |
recipient | AztecAddress |
sender | AztecAddress |
compute_payload_unconstrained
compute_payload_unconstrained(context, event, recipient, sender, );
Parameters
Name | Type |
---|---|
context | PrivateContext |
event | Event |
recipient | AztecAddress |
sender | AztecAddress |
encode_and_encrypt_event
encode_and_encrypt_event(context, recipient, sender, );
Parameters
Name | Type |
---|---|
context | &mut PrivateContext |
recipient | AztecAddress |
sender | AztecAddress |
encode_and_encrypt_event_unconstrained
encode_and_encrypt_event_unconstrained(context, recipient, sender, );
Parameters
Name | Type |
---|---|
context | &mut PrivateContext |
recipient | AztecAddress |
sender | AztecAddress |