Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::avm2::simulation::NoteHashAppendData Struct Reference

#include <note_hash_tree_check_event.hpp>

Public Member Functions

bool operator== (const NoteHashAppendData &other) const =default
 

Public Attributes

std::optional< NoteHashSiloingDatasiloing_data
 
std::optional< NoteHashUniquenessDatauniqueness_data
 
uint64_t note_hash_counter
 
AppendOnlyTreeSnapshot next_snapshot
 

Detailed Description

Definition at line 28 of file note_hash_tree_check_event.hpp.

Member Function Documentation

◆ operator==()

bool bb::avm2::simulation::NoteHashAppendData::operator== ( const NoteHashAppendData other) const
default

Member Data Documentation

◆ next_snapshot

AppendOnlyTreeSnapshot bb::avm2::simulation::NoteHashAppendData::next_snapshot

Definition at line 32 of file note_hash_tree_check_event.hpp.

◆ note_hash_counter

uint64_t bb::avm2::simulation::NoteHashAppendData::note_hash_counter

Definition at line 31 of file note_hash_tree_check_event.hpp.

◆ siloing_data

std::optional<NoteHashSiloingData> bb::avm2::simulation::NoteHashAppendData::siloing_data

Definition at line 29 of file note_hash_tree_check_event.hpp.

◆ uniqueness_data

std::optional<NoteHashUniquenessData> bb::avm2::simulation::NoteHashAppendData::uniqueness_data

Definition at line 30 of file note_hash_tree_check_event.hpp.


The documentation for this struct was generated from the following file: