|
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 WsdbFinalizeBlocks &) const =default |
Public Attributes | |
| block_number_t | toBlockNumber |
Static Public Attributes | |
| static constexpr const char | MSGPACK_SCHEMA_NAME [] = "WsdbFinalizeBlocks" |
Definition at line 374 of file wsdb_commands.hpp.
| WsdbFinalizeBlocks::Response bb::wsdb::WsdbFinalizeBlocks::execute | ( | WsdbRequest & | request | ) | && |
Definition at line 332 of file wsdb_execute.cpp.
|
default |
| bb::wsdb::WsdbFinalizeBlocks::SERIALIZATION_FIELDS | ( | toBlockNumber | ) |
|
staticconstexpr |
Definition at line 375 of file wsdb_commands.hpp.
| block_number_t bb::wsdb::WsdbFinalizeBlocks::toBlockNumber |
Definition at line 382 of file wsdb_commands.hpp.