Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
wsdb_ipc_server.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <cstddef>
4#include <cstdint>
5#include <string>
6
7namespace bb::wsdb {
8
15int execute_wsdb_server(const std::string& input_path,
16 const std::string& data_dir,
17 const std::string& tree_heights_json,
18 const std::string& tree_prefill_json,
19 const std::string& map_sizes_json,
20 uint32_t threads,
21 uint32_t initial_header_generator_point,
22 const std::string& prefilled_public_data_json,
23 uint64_t genesis_timestamp,
24 size_t request_ring_size,
25 size_t response_ring_size);
26
27} // namespace bb::wsdb
int execute_wsdb_server(const std::string &input_path, const std::string &data_dir, const std::string &tree_heights_json, const std::string &tree_prefill_json, const std::string &map_sizes_json, uint32_t threads, uint32_t initial_header_generator_point, const std::string &prefilled_public_data_json, uint64_t genesis_timestamp, size_t request_ring_size, size_t response_ring_size)
Start the aztec-wsdb IPC server.