|
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, leafIndex) | |
| bool | operator== (const WsdbGetLeafValue &) const =default |
Public Attributes | |
| MerkleTreeId | treeId |
| WorldStateRevision | revision |
| index_t | leafIndex |
Static Public Attributes | |
| static constexpr const char | MSGPACK_SCHEMA_NAME [] = "WsdbGetLeafValue" |
Definition at line 87 of file wsdb_commands.hpp.
| WsdbGetLeafValue::Response bb::wsdb::WsdbGetLeafValue::execute | ( | WsdbRequest & | request | ) | && |
Definition at line 77 of file wsdb_execute.cpp.
|
default |
| index_t bb::wsdb::WsdbGetLeafValue::leafIndex |
Definition at line 98 of file wsdb_commands.hpp.
|
staticconstexpr |
Definition at line 88 of file wsdb_commands.hpp.
| WorldStateRevision bb::wsdb::WsdbGetLeafValue::revision |
Definition at line 97 of file wsdb_commands.hpp.
| MerkleTreeId bb::wsdb::WsdbGetLeafValue::treeId |
Definition at line 96 of file wsdb_commands.hpp.