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_FIELDS (l1ToL2MessageTree, noteHashTree, nullifierTree, publicDataTree)
 

Public Attributes

AppendOnlyTreeSnapshot l1ToL2MessageTree
 
AppendOnlyTreeSnapshot noteHashTree
 
AppendOnlyTreeSnapshot nullifierTree
 
AppendOnlyTreeSnapshot publicDataTree
 

Detailed Description

Definition at line 288 of file aztec_types.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

bb::avm2::TreeSnapshots::MSGPACK_FIELDS ( l1ToL2MessageTree  ,
noteHashTree  ,
nullifierTree  ,
publicDataTree   
)

◆ operator==()

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

Member Data Documentation

◆ l1ToL2MessageTree

AppendOnlyTreeSnapshot bb::avm2::TreeSnapshots::l1ToL2MessageTree

Definition at line 289 of file aztec_types.hpp.

◆ noteHashTree

AppendOnlyTreeSnapshot bb::avm2::TreeSnapshots::noteHashTree

Definition at line 290 of file aztec_types.hpp.

◆ nullifierTree

AppendOnlyTreeSnapshot bb::avm2::TreeSnapshots::nullifierTree

Definition at line 291 of file aztec_types.hpp.

◆ publicDataTree

AppendOnlyTreeSnapshot bb::avm2::TreeSnapshots::publicDataTree

Definition at line 292 of file aztec_types.hpp.


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