payload
Standalone Functions
compute_encrypted_event_log
compute_encrypted_event_log(contract_address, randomness, ovsk_app, ovpk, ivpk, event);
Parameters
Name | Type |
---|---|
contract_address | AztecAddress |
randomness | Field |
ovsk_app | Field |
ovpk | GrumpkinPoint |
ivpk | GrumpkinPoint |
event | Event |
compute_encrypted_note_log
compute_encrypted_note_log(contract_address, storage_slot, ovsk_app, ovpk, ivpk, note);
Parameters
Name | Type |
---|---|
contract_address | AztecAddress |
storage_slot | Field |
ovsk_app | Field |
ovpk | GrumpkinPoint |
ivpk | GrumpkinPoint |
note | Note |
fr_to_private_key
fr_to_private_key(r);
Parameters
Name | Type |
---|---|
r | Field |
compute_ivpk_app
compute_ivpk_app(ivpk, contract_address);
Parameters
Name | Type |
---|---|
ivpk | GrumpkinPoint |
contract_address | AztecAddress |