Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
wsdb_request.hpp File Reference

Service-level context passed to every wsdb handler. More...

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
 

Detailed Description

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.