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

#include <wsdb_commands.hpp>

Public Member Functions

 SERIALIZATION_FIELDS (indices)
 
bool operator== (const Response &) const =default
 

Public Attributes

std::vector< std::optional< index_t > > indices
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "WsdbFindLeafIndicesResponse"
 

Detailed Description

Definition at line 159 of file wsdb_commands.hpp.

Member Function Documentation

◆ operator==()

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

◆ SERIALIZATION_FIELDS()

bb::wsdb::WsdbFindLeafIndices::Response::SERIALIZATION_FIELDS ( indices  )

Member Data Documentation

◆ indices

std::vector<std::optional<index_t> > bb::wsdb::WsdbFindLeafIndices::Response::indices

Definition at line 161 of file wsdb_commands.hpp.

◆ MSGPACK_SCHEMA_NAME

constexpr const char bb::wsdb::WsdbFindLeafIndices::Response::MSGPACK_SCHEMA_NAME[] = "WsdbFindLeafIndicesResponse"
staticconstexpr

Definition at line 160 of file wsdb_commands.hpp.


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