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

#include <response.hpp>

Public Member Functions

 FindLeafIndexResponse ()=default
 
 ~FindLeafIndexResponse ()=default
 
 FindLeafIndexResponse (const FindLeafIndexResponse &other)=default
 
 FindLeafIndexResponse (FindLeafIndexResponse &&other) noexcept=default
 
FindLeafIndexResponseoperator= (const FindLeafIndexResponse &other)=default
 
FindLeafIndexResponseoperator= (FindLeafIndexResponse &&other) noexcept=default
 

Public Attributes

std::vector< std::optional< index_t > > leaf_indices
 

Detailed Description

Definition at line 116 of file response.hpp.

Constructor & Destructor Documentation

◆ FindLeafIndexResponse() [1/3]

bb::crypto::merkle_tree::FindLeafIndexResponse::FindLeafIndexResponse ( )
default

◆ ~FindLeafIndexResponse()

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

◆ FindLeafIndexResponse() [2/3]

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

◆ FindLeafIndexResponse() [3/3]

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

Member Function Documentation

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

Member Data Documentation

◆ leaf_indices

std::vector<std::optional<index_t> > bb::crypto::merkle_tree::FindLeafIndexResponse::leaf_indices

Definition at line 117 of file response.hpp.


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