|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/wsdb/wsdb_execute.hpp"#include "barretenberg/crypto/merkle_tree/indexed_tree/indexed_leaf.hpp"#include "barretenberg/crypto/merkle_tree/response.hpp"#include "barretenberg/world_state/world_state.hpp"#include <optional>#include <stdexcept>Go to the source code of this file.
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::wsdb |
Functions | |
| WsdbCommandResponse | bb::wsdb::wsdb (WsdbRequest &request, WsdbCommand &&command) |
| Top-level wsdb API entry point. Takes a WsdbRequest and dispatches the command. | |