|
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, leaves, forkId) | |
| bool | operator== (const WsdbSequentialInsert &) const =default |
Public Attributes | |
| MerkleTreeId | treeId |
| std::vector< std::vector< uint8_t > > | leaves |
| Fork::Id | forkId { CANONICAL_FORK_ID } |
Static Public Attributes | |
| static constexpr const char | MSGPACK_SCHEMA_NAME [] = "WsdbSequentialInsert" |
Definition at line 247 of file wsdb_commands.hpp.
| WsdbSequentialInsert::Response bb::wsdb::WsdbSequentialInsert::execute | ( | WsdbRequest & | request | ) | && |
Definition at line 259 of file wsdb_execute.cpp.
|
default |
| Fork::Id bb::wsdb::WsdbSequentialInsert::forkId { CANONICAL_FORK_ID } |
Definition at line 258 of file wsdb_commands.hpp.
| std::vector<std::vector<uint8_t> > bb::wsdb::WsdbSequentialInsert::leaves |
Definition at line 257 of file wsdb_commands.hpp.
|
staticconstexpr |
Definition at line 248 of file wsdb_commands.hpp.
| MerkleTreeId bb::wsdb::WsdbSequentialInsert::treeId |
Definition at line 256 of file wsdb_commands.hpp.