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

#include <aztec_types.hpp>

Public Member Functions

bool operator== (const TreeSnapshots &other) const =default
 
 MSGPACK_CAMEL_CASE_FIELDS (l1_to_l2_message_tree, note_hash_tree, nullifier_tree, public_data_tree)
 

Public Attributes

AppendOnlyTreeSnapshot l1_to_l2_message_tree
 
AppendOnlyTreeSnapshot note_hash_tree
 
AppendOnlyTreeSnapshot nullifier_tree
 
AppendOnlyTreeSnapshot public_data_tree
 

Detailed Description

Definition at line 496 of file aztec_types.hpp.

Member Function Documentation

◆ MSGPACK_CAMEL_CASE_FIELDS()

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

◆ operator==()

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

Member Data Documentation

◆ l1_to_l2_message_tree

AppendOnlyTreeSnapshot bb::avm2::TreeSnapshots::l1_to_l2_message_tree

Definition at line 497 of file aztec_types.hpp.

◆ note_hash_tree

AppendOnlyTreeSnapshot bb::avm2::TreeSnapshots::note_hash_tree

Definition at line 498 of file aztec_types.hpp.

◆ nullifier_tree

AppendOnlyTreeSnapshot bb::avm2::TreeSnapshots::nullifier_tree

Definition at line 499 of file aztec_types.hpp.

◆ public_data_tree

AppendOnlyTreeSnapshot bb::avm2::TreeSnapshots::public_data_tree

Definition at line 500 of file aztec_types.hpp.


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