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

#include <wsdb_commands.hpp>

Public Member Functions

 SERIALIZATION_FIELDS (alreadyPresent, index)
 
bool operator== (const Response &) const =default
 

Public Attributes

bool alreadyPresent
 
index_t index
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "WsdbFindLowLeafResponse"
 

Detailed Description

Definition at line 177 of file wsdb_commands.hpp.

Member Function Documentation

◆ operator==()

bool bb::wsdb::WsdbFindLowLeaf::Response::operator== ( const Response ) const
default

◆ SERIALIZATION_FIELDS()

bb::wsdb::WsdbFindLowLeaf::Response::SERIALIZATION_FIELDS ( alreadyPresent  ,
index   
)

Member Data Documentation

◆ alreadyPresent

bool bb::wsdb::WsdbFindLowLeaf::Response::alreadyPresent

Definition at line 179 of file wsdb_commands.hpp.

◆ index

index_t bb::wsdb::WsdbFindLowLeaf::Response::index

Definition at line 180 of file wsdb_commands.hpp.

◆ MSGPACK_SCHEMA_NAME

constexpr const char bb::wsdb::WsdbFindLowLeaf::Response::MSGPACK_SCHEMA_NAME[] = "WsdbFindLowLeafResponse"
staticconstexpr

Definition at line 178 of file wsdb_commands.hpp.


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