|
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 WsdbGetLeafPreimage &) const =default |
Public Attributes | |
| MerkleTreeId | treeId |
| WorldStateRevision | revision |
| index_t | leafIndex |
Static Public Attributes | |
| static constexpr const char | MSGPACK_SCHEMA_NAME [] = "WsdbGetLeafPreimage" |
Definition at line 104 of file wsdb_commands.hpp.
| WsdbGetLeafPreimage::Response bb::wsdb::WsdbGetLeafPreimage::execute | ( | WsdbRequest & | request | ) | && |
Definition at line 108 of file wsdb_execute.cpp.
|
default |
| index_t bb::wsdb::WsdbGetLeafPreimage::leafIndex |
Definition at line 115 of file wsdb_commands.hpp.
|
staticconstexpr |
Definition at line 105 of file wsdb_commands.hpp.
| WorldStateRevision bb::wsdb::WsdbGetLeafPreimage::revision |
Definition at line 114 of file wsdb_commands.hpp.
| MerkleTreeId bb::wsdb::WsdbGetLeafPreimage::treeId |
Definition at line 113 of file wsdb_commands.hpp.