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

#include <response.hpp>

Public Member Functions

 GetLeafResponse ()=default
 
 ~GetLeafResponse ()=default
 
 GetLeafResponse (const GetLeafResponse &other)=default
 
 GetLeafResponse (GetLeafResponse &&other) noexcept=default
 
GetLeafResponseoperator= (const GetLeafResponse &other)=default
 
GetLeafResponseoperator= (GetLeafResponse &&other) noexcept=default
 

Public Attributes

std::optional< bb::frleaf
 

Detailed Description

Definition at line 156 of file response.hpp.

Constructor & Destructor Documentation

◆ GetLeafResponse() [1/3]

bb::crypto::merkle_tree::GetLeafResponse::GetLeafResponse ( )
default

◆ ~GetLeafResponse()

bb::crypto::merkle_tree::GetLeafResponse::~GetLeafResponse ( )
default

◆ GetLeafResponse() [2/3]

bb::crypto::merkle_tree::GetLeafResponse::GetLeafResponse ( const GetLeafResponse other)
default

◆ GetLeafResponse() [3/3]

bb::crypto::merkle_tree::GetLeafResponse::GetLeafResponse ( GetLeafResponse &&  other)
defaultnoexcept

Member Function Documentation

◆ operator=() [1/2]

GetLeafResponse & bb::crypto::merkle_tree::GetLeafResponse::operator= ( const GetLeafResponse other)
default

◆ operator=() [2/2]

GetLeafResponse & bb::crypto::merkle_tree::GetLeafResponse::operator= ( GetLeafResponse &&  other)
defaultnoexcept

Member Data Documentation

◆ leaf

std::optional<bb::fr> bb::crypto::merkle_tree::GetLeafResponse::leaf

Definition at line 157 of file response.hpp.


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