|
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 (revision) | |
| bool | operator== (const WsdbGetStateReference &) const =default |
Public Attributes | |
| WorldStateRevision | revision |
Static Public Attributes | |
| static constexpr const char | MSGPACK_SCHEMA_NAME [] = "WsdbGetStateReference" |
Definition at line 56 of file wsdb_commands.hpp.
| WsdbGetStateReference::Response bb::wsdb::WsdbGetStateReference::execute | ( | WsdbRequest & | request | ) | && |
Definition at line 61 of file wsdb_execute.cpp.
|
default |
| bb::wsdb::WsdbGetStateReference::SERIALIZATION_FIELDS | ( | revision | ) |
|
staticconstexpr |
Definition at line 57 of file wsdb_commands.hpp.
| WorldStateRevision bb::wsdb::WsdbGetStateReference::revision |
Definition at line 64 of file wsdb_commands.hpp.