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 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.