|
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 WsdbGetSiblingPath &) const =default |
Public Attributes | |
| MerkleTreeId | treeId |
| WorldStateRevision | revision |
| index_t | leafIndex |
Static Public Attributes | |
| static constexpr const char | MSGPACK_SCHEMA_NAME [] = "WsdbGetSiblingPath" |
Definition at line 121 of file wsdb_commands.hpp.
| WsdbGetSiblingPath::Response bb::wsdb::WsdbGetSiblingPath::execute | ( | WsdbRequest & | request | ) | && |
Definition at line 130 of file wsdb_execute.cpp.
|
default |
| index_t bb::wsdb::WsdbGetSiblingPath::leafIndex |
Definition at line 131 of file wsdb_commands.hpp.
|
staticconstexpr |
Definition at line 122 of file wsdb_commands.hpp.
| WorldStateRevision bb::wsdb::WsdbGetSiblingPath::revision |
Definition at line 130 of file wsdb_commands.hpp.
| MerkleTreeId bb::wsdb::WsdbGetSiblingPath::treeId |
Definition at line 129 of file wsdb_commands.hpp.