Skip to main content

MockNote

Fields

FieldType
pub(crate) valueField

Methods

new

MockNote::new(value);

Parameters

NameType
valueField

MockNoteBuilder

Fields

FieldType
valueField
contract_addressOption<AztecAddress>
note_metadataOption<NoteMetadata>

Methods

new

MockNoteBuilder::new(value);

Parameters

NameType
valueField

contract_address

MockNoteBuilder::contract_address(&mut self, contract_address);

Parameters

NameType
&mut self
contract_addressAztecAddress

note_metadata

MockNoteBuilder::note_metadata(&mut self, note_metadata);

Parameters

NameType
&mut self
note_metadataNoteMetadata

build_note

MockNoteBuilder::build_note(self);

Parameters

NameType
self

build_retrieved_note

MockNoteBuilder::build_retrieved_note(self);

Parameters

NameType
self

Standalone Functions

get_id

get_id();

Takes no parameters.

compute_note_hash

compute_note_hash(self, storage_slot);

Parameters

NameType
selfSelf
storage_slotField

compute_nullifier

compute_nullifier(_self, _context, note_hash_for_nullify, );

Parameters

NameType
_selfSelf
_context&mut PrivateContext
note_hash_for_nullifyField

compute_nullifier_unconstrained

compute_nullifier_unconstrained(self, note_hash_for_nullify);

Parameters

NameType
self
note_hash_for_nullifyField