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

#include <response.hpp>

Public Member Functions

 Response (bool s, std::string m)
 
 Response ()=default
 
 ~Response ()=default
 
 Response (const Response &other)=default
 
 Response (Response &&other) noexcept=default
 
Responseoperator= (const Response &other)=default
 
Responseoperator= (Response &&other) noexcept=default
 

Public Attributes

bool success
 
std::string message
 

Detailed Description

Definition at line 243 of file response.hpp.

Constructor & Destructor Documentation

◆ Response() [1/4]

bb::crypto::merkle_tree::Response::Response ( bool  s,
std::string  m 
)
inline

Definition at line 247 of file response.hpp.

◆ Response() [2/4]

bb::crypto::merkle_tree::Response::Response ( )
default

◆ ~Response()

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

◆ Response() [3/4]

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

◆ Response() [4/4]

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

Member Function Documentation

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

Member Data Documentation

◆ message

std::string bb::crypto::merkle_tree::Response::message

Definition at line 245 of file response.hpp.

◆ success

bool bb::crypto::merkle_tree::Response::success

Definition at line 244 of file response.hpp.


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