AddressNote
Fields
Field | Type |
---|---|
address | AztecAddress |
owner | AztecAddress |
randomness | Field |
Methods
new
AddressNote::new(address, owner);
Parameters
Name | Type |
---|---|
address | AztecAddress |
owner | AztecAddress |
Standalone Functions
compute_nullifier
compute_nullifier(self, context, note_hash_for_nullify, );
Parameters
Name | Type |
---|---|
self | |
context | &mut PrivateContext |
note_hash_for_nullify | Field |
compute_nullifier_without_context
compute_nullifier_without_context(self);
Parameters
Name | Type |
---|---|
self |
eq
eq(self, other);
Parameters
Name | Type |
---|---|
self | |
other | Self |