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

#include <wsdb_commands.hpp>

Public Member Functions

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

Public Attributes

std::vector< uint8_t > result
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "WsdbSequentialInsertResponse"
 

Detailed Description

Definition at line 249 of file wsdb_commands.hpp.

Member Function Documentation

◆ operator==()

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

◆ SERIALIZATION_FIELDS()

bb::wsdb::WsdbSequentialInsert::Response::SERIALIZATION_FIELDS ( result  )

Member Data Documentation

◆ MSGPACK_SCHEMA_NAME

constexpr const char bb::wsdb::WsdbSequentialInsert::Response::MSGPACK_SCHEMA_NAME[] = "WsdbSequentialInsertResponse"
staticconstexpr

Definition at line 250 of file wsdb_commands.hpp.

◆ result

std::vector<uint8_t> bb::wsdb::WsdbSequentialInsert::Response::result

Definition at line 252 of file wsdb_commands.hpp.


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