|
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, leafIndices) | |
| bool | operator== (const WsdbGetBlockNumbersForLeafIndices &) const =default |
Public Attributes | |
| MerkleTreeId | treeId |
| WorldStateRevision | revision |
| std::vector< index_t > | leafIndices |
Static Public Attributes | |
| static constexpr const char | MSGPACK_SCHEMA_NAME [] = "WsdbGetBlockNumbersForLeafIndices" |
Definition at line 137 of file wsdb_commands.hpp.
| WsdbGetBlockNumbersForLeafIndices::Response bb::wsdb::WsdbGetBlockNumbersForLeafIndices::execute | ( | WsdbRequest & | request | ) | && |
Definition at line 136 of file wsdb_execute.cpp.
|
default |
| bb::wsdb::WsdbGetBlockNumbersForLeafIndices::SERIALIZATION_FIELDS | ( | treeId | , |
| revision | , | ||
| leafIndices | |||
| ) |
| std::vector<index_t> bb::wsdb::WsdbGetBlockNumbersForLeafIndices::leafIndices |
Definition at line 147 of file wsdb_commands.hpp.
|
staticconstexpr |
Definition at line 138 of file wsdb_commands.hpp.
| WorldStateRevision bb::wsdb::WsdbGetBlockNumbersForLeafIndices::revision |
Definition at line 146 of file wsdb_commands.hpp.
| MerkleTreeId bb::wsdb::WsdbGetBlockNumbersForLeafIndices::treeId |
Definition at line 145 of file wsdb_commands.hpp.