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

#include <aztec_types.hpp>

Public Member Functions

std::size_t hash () const noexcept
 
bool operator== (const AppendOnlyTreeSnapshot &other) const =default
 
 MSGPACK_CAMEL_CASE_FIELDS (root, next_available_leaf_index)
 

Public Attributes

FF root = 0
 
uint64_t next_available_leaf_index = 0
 

Detailed Description

Definition at line 486 of file aztec_types.hpp.

Member Function Documentation

◆ hash()

std::size_t bb::avm2::AppendOnlyTreeSnapshot::hash ( ) const
inlinenoexcept

Definition at line 490 of file aztec_types.hpp.

◆ MSGPACK_CAMEL_CASE_FIELDS()

bb::avm2::AppendOnlyTreeSnapshot::MSGPACK_CAMEL_CASE_FIELDS ( root  ,
next_available_leaf_index   
)

◆ operator==()

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

Member Data Documentation

◆ next_available_leaf_index

uint64_t bb::avm2::AppendOnlyTreeSnapshot::next_available_leaf_index = 0

Definition at line 488 of file aztec_types.hpp.

◆ root

FF bb::avm2::AppendOnlyTreeSnapshot::root = 0

Definition at line 487 of file aztec_types.hpp.


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