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_FIELDS (root, nextAvailableLeafIndex)
 

Public Attributes

FF root
 
uint64_t nextAvailableLeafIndex
 

Friends

std::ostream & operator<< (std::ostream &os, const AppendOnlyTreeSnapshot &obj)
 

Detailed Description

Definition at line 273 of file aztec_types.hpp.

Member Function Documentation

◆ hash()

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

Definition at line 277 of file aztec_types.hpp.

◆ MSGPACK_FIELDS()

bb::avm2::AppendOnlyTreeSnapshot::MSGPACK_FIELDS ( root  ,
nextAvailableLeafIndex   
)

◆ operator==()

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

Friends And Related Symbol Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream &  os,
const AppendOnlyTreeSnapshot obj 
)
friend

Definition at line 279 of file aztec_types.hpp.

Member Data Documentation

◆ nextAvailableLeafIndex

uint64_t bb::avm2::AppendOnlyTreeSnapshot::nextAvailableLeafIndex

Definition at line 275 of file aztec_types.hpp.

◆ root

FF bb::avm2::AppendOnlyTreeSnapshot::root

Definition at line 274 of file aztec_types.hpp.


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