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

#include <wsdb_commands.hpp>

Classes

struct  Response
 

Public Member Functions

Response execute (WsdbRequest &request) &&
 
 SERIALIZATION_FIELDS (dstPath, compact)
 
bool operator== (const WsdbCopyStores &) const =default
 

Public Attributes

std::string dstPath
 
std::optional< bool > compact
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "WsdbCopyStores"
 

Detailed Description

Definition at line 506 of file wsdb_commands.hpp.

Member Function Documentation

◆ execute()

WsdbCopyStores::Response bb::wsdb::WsdbCopyStores::execute ( WsdbRequest request) &&

Definition at line 399 of file wsdb_execute.cpp.

◆ operator==()

bool bb::wsdb::WsdbCopyStores::operator== ( const WsdbCopyStores ) const
default

◆ SERIALIZATION_FIELDS()

bb::wsdb::WsdbCopyStores::SERIALIZATION_FIELDS ( dstPath  ,
compact   
)

Member Data Documentation

◆ compact

std::optional<bool> bb::wsdb::WsdbCopyStores::compact

Definition at line 514 of file wsdb_commands.hpp.

◆ dstPath

std::string bb::wsdb::WsdbCopyStores::dstPath

Definition at line 513 of file wsdb_commands.hpp.

◆ MSGPACK_SCHEMA_NAME

constexpr const char bb::wsdb::WsdbCopyStores::MSGPACK_SCHEMA_NAME[] = "WsdbCopyStores"
staticconstexpr

Definition at line 507 of file wsdb_commands.hpp.


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