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

#include <nullifier_tree_check_event.hpp>

Public Member Functions

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

Public Attributes

FF nullifier
 
AppendOnlyTreeSnapshot prev_snapshot
 
AppendOnlyTreeSnapshot next_snapshot
 
NullifierTreeLeafPreimage low_leaf_preimage
 
FF low_leaf_hash
 
uint64_t low_leaf_index
 
bool write
 
std::optional< NullifierSiloingDatasiloing_data
 
uint64_t nullifier_counter
 
std::optional< NullifierAppendDataappend_data
 

Detailed Description

Definition at line 29 of file nullifier_tree_check_event.hpp.

Member Function Documentation

◆ operator==()

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

Member Data Documentation

◆ append_data

std::optional<NullifierAppendData> bb::avm2::simulation::NullifierTreeReadWriteEvent::append_data

Definition at line 42 of file nullifier_tree_check_event.hpp.

◆ low_leaf_hash

FF bb::avm2::simulation::NullifierTreeReadWriteEvent::low_leaf_hash

Definition at line 35 of file nullifier_tree_check_event.hpp.

◆ low_leaf_index

uint64_t bb::avm2::simulation::NullifierTreeReadWriteEvent::low_leaf_index

Definition at line 36 of file nullifier_tree_check_event.hpp.

◆ low_leaf_preimage

NullifierTreeLeafPreimage bb::avm2::simulation::NullifierTreeReadWriteEvent::low_leaf_preimage

Definition at line 34 of file nullifier_tree_check_event.hpp.

◆ next_snapshot

AppendOnlyTreeSnapshot bb::avm2::simulation::NullifierTreeReadWriteEvent::next_snapshot

Definition at line 32 of file nullifier_tree_check_event.hpp.

◆ nullifier

FF bb::avm2::simulation::NullifierTreeReadWriteEvent::nullifier

Definition at line 30 of file nullifier_tree_check_event.hpp.

◆ nullifier_counter

uint64_t bb::avm2::simulation::NullifierTreeReadWriteEvent::nullifier_counter

Definition at line 40 of file nullifier_tree_check_event.hpp.

◆ prev_snapshot

AppendOnlyTreeSnapshot bb::avm2::simulation::NullifierTreeReadWriteEvent::prev_snapshot

Definition at line 31 of file nullifier_tree_check_event.hpp.

◆ siloing_data

std::optional<NullifierSiloingData> bb::avm2::simulation::NullifierTreeReadWriteEvent::siloing_data

Definition at line 39 of file nullifier_tree_check_event.hpp.

◆ write

bool bb::avm2::simulation::NullifierTreeReadWriteEvent::write

Definition at line 38 of file nullifier_tree_check_event.hpp.


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