|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
LowLevelMerkleDBInterface implementation backed by WSDB IPC. More...
#include "barretenberg/vm2/simulation/interfaces/db.hpp"#include "barretenberg/world_state/types.hpp"#include "barretenberg/wsdb/wsdb_commands.hpp"#include "barretenberg/wsdb/wsdb_execute.hpp"#include "barretenberg/wsdb/wsdb_ipc_client_generated.hpp"#include <optional>#include <stack>Go to the source code of this file.
Classes | |
| class | bb::wsdb_client::WsdbIpcMerkleDB |
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::wsdb_client |
LowLevelMerkleDBInterface implementation backed by WSDB IPC.
Connects to an aztec-wsdb process over Unix Domain Socket and translates each LowLevelMerkleDBInterface call into the corresponding WSDB IPC command.
Definition in file wsdb_ipc_merkle_db.hpp.