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
 
 MSGPACK_CAMEL_CASE_FIELDS (note_hash_tree, nullifier_tree, l1_to_l2_message_tree, public_data_tree)
 

Public Attributes

TreeState note_hash_tree
 
TreeState nullifier_tree
 
TreeState l1_to_l2_message_tree
 
TreeState public_data_tree
 

Detailed Description

Definition at line 515 of file aztec_types.hpp.

Member Function Documentation

◆ MSGPACK_CAMEL_CASE_FIELDS()

bb::avm2::TreeStates::MSGPACK_CAMEL_CASE_FIELDS ( note_hash_tree  ,
nullifier_tree  ,
l1_to_l2_message_tree  ,
public_data_tree   
)

◆ operator==()

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

Member Data Documentation

◆ l1_to_l2_message_tree

TreeState bb::avm2::TreeStates::l1_to_l2_message_tree

Definition at line 518 of file aztec_types.hpp.

◆ note_hash_tree

TreeState bb::avm2::TreeStates::note_hash_tree

Definition at line 516 of file aztec_types.hpp.

◆ nullifier_tree

TreeState bb::avm2::TreeStates::nullifier_tree

Definition at line 517 of file aztec_types.hpp.

◆ public_data_tree

TreeState bb::avm2::TreeStates::public_data_tree

Definition at line 519 of file aztec_types.hpp.


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