Skip to main content

AddressNote

Fields

FieldType
addressAztecAddress
npk_m_hashField
randomnessField

Methods

new

AddressNote::new(address, npk_m_hash);

Parameters

NameType
addressAztecAddress
npk_m_hashField

Standalone Functions

compute_nullifier

compute_nullifier(self, context, note_hash_for_nullify);

Parameters

NameType
self
context&mut PrivateContext
note_hash_for_nullifyField

compute_nullifier_without_context

compute_nullifier_without_context(self);

Parameters

NameType
self