|
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 (treeId, revision) | |
| bool | operator== (const WsdbGetTreeInfo &) const =default |
Public Attributes | |
| MerkleTreeId | treeId |
| WorldStateRevision | revision |
Static Public Attributes | |
| static constexpr const char | MSGPACK_SCHEMA_NAME [] = "WsdbGetTreeInfo" |
Definition at line 38 of file wsdb_commands.hpp.
| WsdbGetTreeInfo::Response bb::wsdb::WsdbGetTreeInfo::execute | ( | WsdbRequest & | request | ) | && |
Definition at line 55 of file wsdb_execute.cpp.
|
default |
|
staticconstexpr |
Definition at line 39 of file wsdb_commands.hpp.
| WorldStateRevision bb::wsdb::WsdbGetTreeInfo::revision |
Definition at line 50 of file wsdb_commands.hpp.
| MerkleTreeId bb::wsdb::WsdbGetTreeInfo::treeId |
Definition at line 49 of file wsdb_commands.hpp.