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

#include <lmdb_tree_store.hpp>

Public Member Functions

bool operator== (const NodePayload &other) const
 

Public Attributes

std::optional< frleft
 
std::optional< frright
 
uint64_t ref
 

Detailed Description

Definition at line 56 of file lmdb_tree_store.hpp.

Member Function Documentation

◆ operator==()

bool bb::crypto::merkle_tree::NodePayload::operator== ( const NodePayload other) const
inline

Definition at line 63 of file lmdb_tree_store.hpp.

Member Data Documentation

◆ left

std::optional<fr> bb::crypto::merkle_tree::NodePayload::left

Definition at line 57 of file lmdb_tree_store.hpp.

◆ ref

uint64_t bb::crypto::merkle_tree::NodePayload::ref

Definition at line 59 of file lmdb_tree_store.hpp.

◆ right

std::optional<fr> bb::crypto::merkle_tree::NodePayload::right

Definition at line 58 of file lmdb_tree_store.hpp.


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