|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
WsdbCommand NamedUnion, WsdbRequest context, and dispatch function. More...
#include "barretenberg/common/named_union.hpp"#include "barretenberg/world_state/world_state.hpp"#include "barretenberg/wsdb/wsdb_commands.hpp"Go to the source code of this file.
Classes | |
| struct | bb::wsdb::WsdbRequest |
| Context passed to each command's execute() method, providing access to the WorldState. More... | |
| struct | bb::wsdb::WsdbErrorResponse |
| Error response returned when a command fails. More... | |
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::wsdb |
Functions | |
| WsdbCommandResponse | bb::wsdb::execute (WsdbRequest &request, WsdbCommand &&command) |
| Execute a wsdb command using the visitor pattern. | |
| WsdbCommandResponse | bb::wsdb::wsdb (WsdbRequest &request, WsdbCommand &&command) |
| Top-level wsdb API entry point. Takes a WsdbRequest and dispatches the command. | |
WsdbCommand NamedUnion, WsdbRequest context, and dispatch function.
Definition in file wsdb_execute.hpp.