Barretenberg
The ZK-SNARK library at the core of Aztec
|
This is the complete list of members for bb::avm2::simulation::MockNoteHashTreeCheck, including all inherited members.
append_note_hash(const FF ¬e_hash, AztecAddress contract_address, uint64_t note_hash_counter, std::span< const FF > sibling_path, const AppendOnlyTreeSnapshot &prev_snapshot)=0 | bb::avm2::simulation::NoteHashTreeCheckInterface | pure virtual |
append_siloed_note_hash(const FF &siloed_note_hash, uint64_t note_hash_counter, std::span< const FF > sibling_path, const AppendOnlyTreeSnapshot &prev_snapshot)=0 | bb::avm2::simulation::NoteHashTreeCheckInterface | pure virtual |
append_unique_note_hash(const FF &unique_note_hash, uint64_t note_hash_counter, std::span< const FF > sibling_path, const AppendOnlyTreeSnapshot &prev_snapshot)=0 | bb::avm2::simulation::NoteHashTreeCheckInterface | pure virtual |
get_first_nullifier() const =0 | bb::avm2::simulation::NoteHashTreeCheckInterface | pure virtual |
MOCK_METHOD(bool, note_hash_exists,(const FF &unique_note_hash, const FF &leaf_value, uint64_t leaf_index, std::span< const FF > sibling_path, const AppendOnlyTreeSnapshot &snapshot),(override)) | bb::avm2::simulation::MockNoteHashTreeCheck | |
MOCK_METHOD(FF, get_first_nullifier,(),(const, override)) | bb::avm2::simulation::MockNoteHashTreeCheck | |
MOCK_METHOD(AppendOnlyTreeSnapshot, append_note_hash,(const FF ¬e_hash, AztecAddress contract_address, uint64_t note_hash_counter, std::span< const FF > sibling_path, const AppendOnlyTreeSnapshot &prev_snapshot),(override)) | bb::avm2::simulation::MockNoteHashTreeCheck | |
MOCK_METHOD(AppendOnlyTreeSnapshot, append_siloed_note_hash,(const FF &siloed_note_hash, uint64_t note_hash_counter, std::span< const FF > sibling_path, const AppendOnlyTreeSnapshot &prev_snapshot),(override)) | bb::avm2::simulation::MockNoteHashTreeCheck | |
MOCK_METHOD(AppendOnlyTreeSnapshot, append_unique_note_hash,(const FF &unique_note_hash, uint64_t note_hash_counter, std::span< const FF > sibling_path, const AppendOnlyTreeSnapshot &prev_snapshot),(override)) | bb::avm2::simulation::MockNoteHashTreeCheck | |
MockNoteHashTreeCheck() | bb::avm2::simulation::MockNoteHashTreeCheck | |
note_hash_exists(const FF &unique_note_hash, const FF &leaf_value, uint64_t leaf_index, std::span< const FF > sibling_path, const AppendOnlyTreeSnapshot &snapshot)=0 | bb::avm2::simulation::NoteHashTreeCheckInterface | pure virtual |
~MockNoteHashTreeCheck() override | bb::avm2::simulation::MockNoteHashTreeCheck | |
~NoteHashTreeCheckInterface()=default | bb::avm2::simulation::NoteHashTreeCheckInterface | virtual |