Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
wsdb_request.hpp
Go to the documentation of this file.
1
#pragma once
11
#include "
barretenberg/world_state/world_state.hpp
"
12
13
namespace
bb::wsdb
{
14
15
class
WsdbScheduler;
16
17
struct
WsdbRequest
{
18
world_state::WorldState
&
world_state
;
19
// Set once before serving; handlers submit their work through it via the
20
// schedule_read / schedule_write helpers in wsdb_schedule.hpp.
21
WsdbScheduler
*
scheduler
=
nullptr
;
22
};
23
24
}
// namespace bb::wsdb
bb::world_state::WorldState
Holds the Merkle trees responsible for storing the state of the Aztec protocol.
Definition
world_state.hpp:59
bb::wsdb::WsdbScheduler
Definition
wsdb_scheduler.hpp:43
bb::wsdb
Definition
cli.cpp:16
bb::wsdb::WsdbRequest
Definition
wsdb_request.hpp:17
bb::wsdb::WsdbRequest::scheduler
WsdbScheduler * scheduler
Definition
wsdb_request.hpp:21
bb::wsdb::WsdbRequest::world_state
world_state::WorldState & world_state
Definition
wsdb_request.hpp:18
world_state.hpp
src
barretenberg
wsdb
wsdb_request.hpp
Generated by
1.9.8