|
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, leaves) | |
| bool | operator== (const WsdbFindSiblingPaths &) const =default |
Public Attributes | |
| MerkleTreeId | treeId |
| WorldStateRevision | revision |
| std::vector< std::vector< uint8_t > > | leaves |
Static Public Attributes | |
| static constexpr const char | MSGPACK_SCHEMA_NAME [] = "WsdbFindSiblingPaths" |
Definition at line 192 of file wsdb_commands.hpp.
| WsdbFindSiblingPaths::Response bb::wsdb::WsdbFindSiblingPaths::execute | ( | WsdbRequest & | request | ) | && |
Definition at line 182 of file wsdb_execute.cpp.
|
default |
| std::vector<std::vector<uint8_t> > bb::wsdb::WsdbFindSiblingPaths::leaves |
Definition at line 203 of file wsdb_commands.hpp.
|
staticconstexpr |
Definition at line 193 of file wsdb_commands.hpp.
| WorldStateRevision bb::wsdb::WsdbFindSiblingPaths::revision |
Definition at line 201 of file wsdb_commands.hpp.
| MerkleTreeId bb::wsdb::WsdbFindSiblingPaths::treeId |
Definition at line 200 of file wsdb_commands.hpp.