Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <note_hash_tree_check_event.hpp>
Public Member Functions | |
bool | operator== (const NoteHashAppendData &other) const =default |
Public Attributes | |
std::optional< NoteHashSiloingData > | siloing_data |
std::optional< NoteHashUniquenessData > | uniqueness_data |
uint64_t | note_hash_counter |
AppendOnlyTreeSnapshot | next_snapshot |
Definition at line 28 of file note_hash_tree_check_event.hpp.
|
default |
AppendOnlyTreeSnapshot bb::avm2::simulation::NoteHashAppendData::next_snapshot |
Definition at line 32 of file note_hash_tree_check_event.hpp.
uint64_t bb::avm2::simulation::NoteHashAppendData::note_hash_counter |
Definition at line 31 of file note_hash_tree_check_event.hpp.
std::optional<NoteHashSiloingData> bb::avm2::simulation::NoteHashAppendData::siloing_data |
Definition at line 29 of file note_hash_tree_check_event.hpp.
std::optional<NoteHashUniquenessData> bb::avm2::simulation::NoteHashAppendData::uniqueness_data |
Definition at line 30 of file note_hash_tree_check_event.hpp.