|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#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" |
Definition at line 506 of file wsdb_commands.hpp.
| WsdbCopyStores::Response bb::wsdb::WsdbCopyStores::execute | ( | WsdbRequest & | request | ) | && |
Definition at line 399 of file wsdb_execute.cpp.
|
default |
| std::optional<bool> bb::wsdb::WsdbCopyStores::compact |
Definition at line 514 of file wsdb_commands.hpp.
| std::string bb::wsdb::WsdbCopyStores::dstPath |
Definition at line 513 of file wsdb_commands.hpp.
|
staticconstexpr |
Definition at line 507 of file wsdb_commands.hpp.