|
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, startIndex) | |
| bool | operator== (const WsdbFindLeafIndices &) const =default |
Public Attributes | |
| MerkleTreeId | treeId |
| WorldStateRevision | revision |
| std::vector< std::vector< uint8_t > > | leaves |
| index_t | startIndex |
Static Public Attributes | |
| static constexpr const char | MSGPACK_SCHEMA_NAME [] = "WsdbFindLeafIndices" |
Definition at line 157 of file wsdb_commands.hpp.
| WsdbFindLeafIndices::Response bb::wsdb::WsdbFindLeafIndices::execute | ( | WsdbRequest & | request | ) | && |
Definition at line 147 of file wsdb_execute.cpp.
|
default |
| bb::wsdb::WsdbFindLeafIndices::SERIALIZATION_FIELDS | ( | treeId | , |
| revision | , | ||
| leaves | , | ||
| startIndex | |||
| ) |
| std::vector<std::vector<uint8_t> > bb::wsdb::WsdbFindLeafIndices::leaves |
Definition at line 168 of file wsdb_commands.hpp.
|
staticconstexpr |
Definition at line 158 of file wsdb_commands.hpp.
| WorldStateRevision bb::wsdb::WsdbFindLeafIndices::revision |
Definition at line 166 of file wsdb_commands.hpp.
| index_t bb::wsdb::WsdbFindLeafIndices::startIndex |
Definition at line 169 of file wsdb_commands.hpp.
| MerkleTreeId bb::wsdb::WsdbFindLeafIndices::treeId |
Definition at line 165 of file wsdb_commands.hpp.