Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
cli.hpp
Go to the documentation of this file.
1#pragma once
2
3namespace bb::cdb {
4
5int parse_and_run_cdb(int argc, char* argv[]);
6
7} // namespace bb::cdb
ContractDBInterface adapter over the generated CDB IPC client.
int parse_and_run_cdb(int argc, char *argv[])
Definition cli.cpp:27