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

#include <response.hpp>

Public Member Functions

 MSGPACK_FIELDS (is_already_present, index)
 
 GetLowIndexedLeafResponse (bool p, const index_t &i)
 
 GetLowIndexedLeafResponse ()=default
 
 ~GetLowIndexedLeafResponse ()=default
 
 GetLowIndexedLeafResponse (const GetLowIndexedLeafResponse &other)=default
 
 GetLowIndexedLeafResponse (GetLowIndexedLeafResponse &&other) noexcept=default
 
GetLowIndexedLeafResponseoperator= (const GetLowIndexedLeafResponse &other)=default
 
GetLowIndexedLeafResponseoperator= (GetLowIndexedLeafResponse &&other) noexcept=default
 
bool operator== (const GetLowIndexedLeafResponse &other) const
 

Public Attributes

bool is_already_present
 
index_t index
 

Detailed Description

Definition at line 171 of file response.hpp.

Constructor & Destructor Documentation

◆ GetLowIndexedLeafResponse() [1/4]

bb::crypto::merkle_tree::GetLowIndexedLeafResponse::GetLowIndexedLeafResponse ( bool  p,
const index_t i 
)
inline

Definition at line 177 of file response.hpp.

◆ GetLowIndexedLeafResponse() [2/4]

bb::crypto::merkle_tree::GetLowIndexedLeafResponse::GetLowIndexedLeafResponse ( )
default

◆ ~GetLowIndexedLeafResponse()

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

◆ GetLowIndexedLeafResponse() [3/4]

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

◆ GetLowIndexedLeafResponse() [4/4]

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

Member Function Documentation

◆ MSGPACK_FIELDS()

bb::crypto::merkle_tree::GetLowIndexedLeafResponse::MSGPACK_FIELDS ( is_already_present  ,
index   
)

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ operator==()

bool bb::crypto::merkle_tree::GetLowIndexedLeafResponse::operator== ( const GetLowIndexedLeafResponse other) const
inline

Definition at line 188 of file response.hpp.

Member Data Documentation

◆ index

index_t bb::crypto::merkle_tree::GetLowIndexedLeafResponse::index

Definition at line 173 of file response.hpp.

◆ is_already_present

bool bb::crypto::merkle_tree::GetLowIndexedLeafResponse::is_already_present

Definition at line 172 of file response.hpp.


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