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

#include <wsdb_commands.hpp>

Public Member Functions

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

Public Attributes

std::optional< std::vector< uint8_t > > value
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "WsdbGetLeafValueResponse"
 

Detailed Description

Definition at line 89 of file wsdb_commands.hpp.

Member Function Documentation

◆ operator==()

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

◆ SERIALIZATION_FIELDS()

bb::wsdb::WsdbGetLeafValue::Response::SERIALIZATION_FIELDS ( value  )

Member Data Documentation

◆ MSGPACK_SCHEMA_NAME

constexpr const char bb::wsdb::WsdbGetLeafValue::Response::MSGPACK_SCHEMA_NAME[] = "WsdbGetLeafValueResponse"
staticconstexpr

Definition at line 90 of file wsdb_commands.hpp.

◆ value

std::optional<std::vector<uint8_t> > bb::wsdb::WsdbGetLeafValue::Response::value

Definition at line 92 of file wsdb_commands.hpp.


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