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

#include <wsdb_commands.hpp>

Public Member Functions

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

Public Attributes

std::vector< std::optional< SiblingPathAndIndex > > paths
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "WsdbFindSiblingPathsResponse"
 

Detailed Description

Definition at line 194 of file wsdb_commands.hpp.

Member Function Documentation

◆ operator==()

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

◆ SERIALIZATION_FIELDS()

bb::wsdb::WsdbFindSiblingPaths::Response::SERIALIZATION_FIELDS ( paths  )

Member Data Documentation

◆ MSGPACK_SCHEMA_NAME

constexpr const char bb::wsdb::WsdbFindSiblingPaths::Response::MSGPACK_SCHEMA_NAME[] = "WsdbFindSiblingPathsResponse"
staticconstexpr

Definition at line 195 of file wsdb_commands.hpp.

◆ paths

std::vector<std::optional<SiblingPathAndIndex> > bb::wsdb::WsdbFindSiblingPaths::Response::paths

Definition at line 196 of file wsdb_commands.hpp.


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