|
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 (toBlockNumber) | |
| bool | operator== (const WsdbUnwindBlocks &) const =default |
Public Attributes | |
| block_number_t | toBlockNumber |
Static Public Attributes | |
| static constexpr const char | MSGPACK_SCHEMA_NAME [] = "WsdbUnwindBlocks" |
Definition at line 388 of file wsdb_commands.hpp.
| WsdbUnwindBlocks::Response bb::wsdb::WsdbUnwindBlocks::execute | ( | WsdbRequest & | request | ) | && |
Definition at line 338 of file wsdb_execute.cpp.
|
default |
| bb::wsdb::WsdbUnwindBlocks::SERIALIZATION_FIELDS | ( | toBlockNumber | ) |
|
staticconstexpr |
Definition at line 389 of file wsdb_commands.hpp.
| block_number_t bb::wsdb::WsdbUnwindBlocks::toBlockNumber |
Definition at line 396 of file wsdb_commands.hpp.