|
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, key) | |
| bool | operator== (const WsdbFindLowLeaf &) const =default |
Public Attributes | |
| MerkleTreeId | treeId |
| WorldStateRevision | revision |
| fr | key |
Static Public Attributes | |
| static constexpr const char | MSGPACK_SCHEMA_NAME [] = "WsdbFindLowLeaf" |
Definition at line 175 of file wsdb_commands.hpp.
| WsdbFindLowLeaf::Response bb::wsdb::WsdbFindLowLeaf::execute | ( | WsdbRequest & | request | ) | && |
Definition at line 176 of file wsdb_execute.cpp.
|
default |
| fr bb::wsdb::WsdbFindLowLeaf::key |
Definition at line 186 of file wsdb_commands.hpp.
|
staticconstexpr |
Definition at line 176 of file wsdb_commands.hpp.
| WorldStateRevision bb::wsdb::WsdbFindLowLeaf::revision |
Definition at line 185 of file wsdb_commands.hpp.
| MerkleTreeId bb::wsdb::WsdbFindLowLeaf::treeId |
Definition at line 184 of file wsdb_commands.hpp.