|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
ContractDBInterface adapter over the generated CDB IPC client. More...
Classes | |
| struct | CdbAddContractClass |
| struct | CdbAddContractInstance |
| struct | CdbAddContracts |
| struct | CdbCommitCheckpoint |
| struct | CdbCreateCheckpoint |
| struct | CdbErrorResponse |
| Error response returned when a command fails. More... | |
| struct | CdbGetBytecodeCommitment |
| struct | CdbGetContractClass |
| struct | CdbGetContractClassIds |
| struct | CdbGetContractInstance |
| struct | CdbGetDebugFunctionName |
| class | CdbIpcClient |
| Auto-generated IPC client. More... | |
| class | CdbIpcContractDB |
| struct | CdbRegisterFunctionSignatures |
| struct | CdbRevertCheckpoint |
| struct | CdbShutdown |
Functions | |
| int | parse_and_run_cdb (int argc, char *argv[]) |
ContractDBInterface adapter over the generated CDB IPC client.
Translates ContractDBInterface calls (AVM domain types) into CdbIpcClient command structs, delegating IPC transport to the auto-generated client.
Union of all cdb commands (request types).
Definition at line 25 of file cdb_execute.hpp.
Union of all cdb response types.
Definition at line 42 of file cdb_execute.hpp.