|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Service-level context passed to every wsdb handler. More...
#include "barretenberg/world_state/world_state.hpp"Go to the source code of this file.
Classes | |
| struct | bb::wsdb::WsdbRequest |
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::wsdb |
Service-level context passed to every wsdb handler.
Each codegen-emitted handler in wsdb_handlers.hpp takes a WsdbRequest& as its Ctx. The struct owns no state of its own — it just bundles the WorldState reference handlers need to do their work.
Definition in file wsdb_request.hpp.