Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::wsdb::WsdbBatchInsert::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 [] = "WsdbBatchInsertResponse"
 

Detailed Description

Definition at line 231 of file wsdb_commands.hpp.

Member Function Documentation

◆ operator==()

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

◆ SERIALIZATION_FIELDS()

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

Member Data Documentation

◆ MSGPACK_SCHEMA_NAME

constexpr const char bb::wsdb::WsdbBatchInsert::Response::MSGPACK_SCHEMA_NAME[] = "WsdbBatchInsertResponse"
staticconstexpr

Definition at line 232 of file wsdb_commands.hpp.

◆ result

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

Definition at line 234 of file wsdb_commands.hpp.


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