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

#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< NoteHashAppendDataappend_data
 

Detailed Description

Definition at line 37 of file note_hash_tree_check_event.hpp.

Member Function Documentation

◆ operator==()

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

Member Data Documentation

◆ append_data

std::optional<NoteHashAppendData> bb::avm2::simulation::NoteHashTreeReadWriteEvent::append_data

Definition at line 43 of file note_hash_tree_check_event.hpp.

◆ existing_leaf_value

FF bb::avm2::simulation::NoteHashTreeReadWriteEvent::existing_leaf_value

Definition at line 39 of file note_hash_tree_check_event.hpp.

◆ leaf_index

uint64_t bb::avm2::simulation::NoteHashTreeReadWriteEvent::leaf_index

Definition at line 40 of file note_hash_tree_check_event.hpp.

◆ note_hash

FF bb::avm2::simulation::NoteHashTreeReadWriteEvent::note_hash

Definition at line 38 of file note_hash_tree_check_event.hpp.

◆ prev_snapshot

AppendOnlyTreeSnapshot bb::avm2::simulation::NoteHashTreeReadWriteEvent::prev_snapshot

Definition at line 41 of file note_hash_tree_check_event.hpp.


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