|
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 takes a WsdbRequest& as its Ctx. It bundles the WorldState the handlers operate on and the WsdbScheduler they hand deferred work to (so reads run concurrently and writes are serialized per fork — see wsdb_schedule.hpp / wsdb_scheduler.hpp).
Definition in file wsdb_request.hpp.