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

#include <response.hpp>

Public Member Functions

 GetSiblingPathResponse ()=default
 
 ~GetSiblingPathResponse ()=default
 
 GetSiblingPathResponse (const GetSiblingPathResponse &other)=default
 
 GetSiblingPathResponse (GetSiblingPathResponse &&other) noexcept=default
 
GetSiblingPathResponseoperator= (const GetSiblingPathResponse &other)=default
 
GetSiblingPathResponseoperator= (GetSiblingPathResponse &&other) noexcept=default
 

Public Attributes

fr_sibling_path path
 

Detailed Description

Definition at line 47 of file response.hpp.

Constructor & Destructor Documentation

◆ GetSiblingPathResponse() [1/3]

bb::crypto::merkle_tree::GetSiblingPathResponse::GetSiblingPathResponse ( )
default

◆ ~GetSiblingPathResponse()

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

◆ GetSiblingPathResponse() [2/3]

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

◆ GetSiblingPathResponse() [3/3]

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

Member Function Documentation

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

Member Data Documentation

◆ path

fr_sibling_path bb::crypto::merkle_tree::GetSiblingPathResponse::path

Definition at line 48 of file response.hpp.


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