Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <note_hash_tree_check_event.hpp>
Public Member Functions | |
bool | operator== (const NoteHashTreeReadWriteEvent &other) const =default |
Public Attributes | |
FF | note_hash |
FF | existing_leaf_value |
uint64_t | leaf_index |
AppendOnlyTreeSnapshot | prev_snapshot |
std::optional< NoteHashAppendData > | append_data |
Definition at line 37 of file note_hash_tree_check_event.hpp.
|
default |
std::optional<NoteHashAppendData> bb::avm2::simulation::NoteHashTreeReadWriteEvent::append_data |
Definition at line 43 of file note_hash_tree_check_event.hpp.
FF bb::avm2::simulation::NoteHashTreeReadWriteEvent::existing_leaf_value |
Definition at line 39 of file note_hash_tree_check_event.hpp.
uint64_t bb::avm2::simulation::NoteHashTreeReadWriteEvent::leaf_index |
Definition at line 40 of file note_hash_tree_check_event.hpp.
FF bb::avm2::simulation::NoteHashTreeReadWriteEvent::note_hash |
Definition at line 38 of file note_hash_tree_check_event.hpp.
AppendOnlyTreeSnapshot bb::avm2::simulation::NoteHashTreeReadWriteEvent::prev_snapshot |
Definition at line 41 of file note_hash_tree_check_event.hpp.