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

#include <aztec_types.hpp>

Public Member Functions

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

Public Attributes

TreeState noteHashTree
 
TreeState nullifierTree
 
TreeState l1ToL2MessageTree
 
TreeState publicDataTree
 

Detailed Description

Definition at line 306 of file aztec_types.hpp.

Member Function Documentation

◆ operator==()

bool bb::avm2::TreeStates::operator== ( const TreeStates other) const
default

Member Data Documentation

◆ l1ToL2MessageTree

TreeState bb::avm2::TreeStates::l1ToL2MessageTree

Definition at line 309 of file aztec_types.hpp.

◆ noteHashTree

TreeState bb::avm2::TreeStates::noteHashTree

Definition at line 307 of file aztec_types.hpp.

◆ nullifierTree

TreeState bb::avm2::TreeStates::nullifierTree

Definition at line 308 of file aztec_types.hpp.

◆ publicDataTree

TreeState bb::avm2::TreeStates::publicDataTree

Definition at line 310 of file aztec_types.hpp.


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