event
Standalone Functions
compute_log
compute_log(event, recipient, sender, );
Parameters
Name | Type |
---|---|
event | Event |
recipient | AztecAddress |
sender | AztecAddress |
compute_log_unconstrained
compute_log_unconstrained(event, recipient, sender, );
Parameters
Name | Type |
---|---|
event | Event |
recipient | AztecAddress |
sender | AztecAddress |
encode_and_encrypt_event
encode_and_encrypt_event(context, recipient, sender, );
/ private logs.
Parameters
Name | Type |
---|---|
context | &mut PrivateContext |
recipient | AztecAddress |
sender | AztecAddress |
encode_and_encrypt_event_unconstrained
encode_and_encrypt_event_unconstrained(context, recipient, sender, );
/// Only use this function in scenarios where the recipient not receiving the event is an acceptable outcome.
Parameters
Name | Type |
---|---|
context | &mut PrivateContext |
recipient | AztecAddress |
sender | AztecAddress |