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

#include <response.hpp>

Public Member Functions

 FindLeafPathResponse ()=default
 
 ~FindLeafPathResponse ()=default
 
 FindLeafPathResponse (const FindLeafPathResponse &other)=default
 
 FindLeafPathResponse (FindLeafPathResponse &&other) noexcept=default
 
FindLeafPathResponseoperator= (const FindLeafPathResponse &other)=default
 
FindLeafPathResponseoperator= (FindLeafPathResponse &&other) noexcept=default
 

Public Attributes

std::vector< std::optional< SiblingPathAndIndex > > leaf_paths
 

Detailed Description

Definition at line 145 of file response.hpp.

Constructor & Destructor Documentation

◆ FindLeafPathResponse() [1/3]

bb::crypto::merkle_tree::FindLeafPathResponse::FindLeafPathResponse ( )
default

◆ ~FindLeafPathResponse()

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

◆ FindLeafPathResponse() [2/3]

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

◆ FindLeafPathResponse() [3/3]

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

Member Function Documentation

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

Member Data Documentation

◆ leaf_paths

std::vector<std::optional<SiblingPathAndIndex> > bb::crypto::merkle_tree::FindLeafPathResponse::leaf_paths

Definition at line 146 of file response.hpp.


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