encrypted_note_emission
Standalone Functions
emit_with_keys
emit_with_keys(context, note, ovpk, ivpk);
Parameters
Name | Type |
---|---|
context | &mut PrivateContext |
note | Note |
ovpk | GrumpkinPoint |
ivpk | GrumpkinPoint |
encode_and_encrypt_note
encode_and_encrypt_note(context, ov, iv);
Parameters
Name | Type |
---|---|
context | &mut PrivateContext |
ov | AztecAddress |
iv | AztecAddress |
encode_and_encrypt_note_with_keys
encode_and_encrypt_note_with_keys(context, ovpk, ivpk);
Parameters
Name | Type |
---|---|
context | &mut PrivateContext |
ovpk | GrumpkinPoint |
ivpk | GrumpkinPoint |