|
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 (forkId) | |
| bool | operator== (const WsdbCreateCheckpoint &) const =default |
Public Attributes | |
| uint64_t | forkId |
Static Public Attributes | |
| static constexpr const char | MSGPACK_SCHEMA_NAME [] = "WsdbCreateCheckpoint" |
Definition at line 437 of file wsdb_commands.hpp.
| WsdbCreateCheckpoint::Response bb::wsdb::WsdbCreateCheckpoint::execute | ( | WsdbRequest & | request | ) | && |
Definition at line 365 of file wsdb_execute.cpp.
|
default |
| bb::wsdb::WsdbCreateCheckpoint::SERIALIZATION_FIELDS | ( | forkId | ) |
| uint64_t bb::wsdb::WsdbCreateCheckpoint::forkId |
Definition at line 444 of file wsdb_commands.hpp.
|
staticconstexpr |
Definition at line 438 of file wsdb_commands.hpp.