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

#include <indexed_tree_check_event.hpp>

Public Member Functions

bool operator== (const IndexedTreeLeafData &other) const =default
 
std::vector< FFget_hash_inputs () const
 

Public Attributes

FF value
 
FF next_value
 
uint64_t next_index
 

Detailed Description

Definition at line 13 of file indexed_tree_check_event.hpp.

Member Function Documentation

◆ get_hash_inputs()

std::vector< FF > bb::avm2::simulation::IndexedTreeLeafData::get_hash_inputs ( ) const
inline

Definition at line 20 of file indexed_tree_check_event.hpp.

◆ operator==()

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

Member Data Documentation

◆ next_index

uint64_t bb::avm2::simulation::IndexedTreeLeafData::next_index

Definition at line 16 of file indexed_tree_check_event.hpp.

◆ next_value

FF bb::avm2::simulation::IndexedTreeLeafData::next_value

Definition at line 15 of file indexed_tree_check_event.hpp.

◆ value

FF bb::avm2::simulation::IndexedTreeLeafData::value

Definition at line 14 of file indexed_tree_check_event.hpp.


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