|
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, subtreeDepth, forkId) | |
| bool | operator== (const WsdbBatchInsert &) const =default |
Public Attributes | |
| MerkleTreeId | treeId |
| std::vector< std::vector< uint8_t > > | leaves |
| uint32_t | subtreeDepth |
| Fork::Id | forkId { CANONICAL_FORK_ID } |
Static Public Attributes | |
| static constexpr const char | MSGPACK_SCHEMA_NAME [] = "WsdbBatchInsert" |
Definition at line 229 of file wsdb_commands.hpp.
| WsdbBatchInsert::Response bb::wsdb::WsdbBatchInsert::execute | ( | WsdbRequest & | request | ) | && |
Definition at line 239 of file wsdb_execute.cpp.
|
default |
| bb::wsdb::WsdbBatchInsert::SERIALIZATION_FIELDS | ( | treeId | , |
| leaves | , | ||
| subtreeDepth | , | ||
| forkId | |||
| ) |
| Fork::Id bb::wsdb::WsdbBatchInsert::forkId { CANONICAL_FORK_ID } |
Definition at line 241 of file wsdb_commands.hpp.
| std::vector<std::vector<uint8_t> > bb::wsdb::WsdbBatchInsert::leaves |
Definition at line 239 of file wsdb_commands.hpp.
|
staticconstexpr |
Definition at line 230 of file wsdb_commands.hpp.
| uint32_t bb::wsdb::WsdbBatchInsert::subtreeDepth |
Definition at line 240 of file wsdb_commands.hpp.
| MerkleTreeId bb::wsdb::WsdbBatchInsert::treeId |
Definition at line 238 of file wsdb_commands.hpp.