Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
cdb_execute.hpp File Reference

CdbCommand NamedUnion, CdbRequest context, and dispatch function. More...

Go to the source code of this file.

Classes

struct  bb::cdb::CdbErrorResponse
 Error response returned when a command fails. More...
 

Namespaces

namespace  bb
 Entry point for Barretenberg command-line interface.
 
namespace  bb::cdb
 ContractDBInterface adapter over the generated CDB IPC client.
 

Typedefs

using bb::cdb::CdbCommand = NamedUnion< CdbGetContractInstance, CdbGetContractClass, CdbGetBytecodeCommitment, CdbGetDebugFunctionName, CdbAddContracts, CdbCreateCheckpoint, CdbCommitCheckpoint, CdbRevertCheckpoint, CdbAddContractClass, CdbAddContractInstance, CdbRegisterFunctionSignatures, CdbGetContractClassIds, CdbShutdown >
 Union of all cdb commands (request types).
 
using bb::cdb::CdbCommandResponse = NamedUnion< CdbErrorResponse, CdbGetContractInstance::Response, CdbGetContractClass::Response, CdbGetBytecodeCommitment::Response, CdbGetDebugFunctionName::Response, CdbAddContracts::Response, CdbCreateCheckpoint::Response, CdbCommitCheckpoint::Response, CdbRevertCheckpoint::Response, CdbAddContractClass::Response, CdbAddContractInstance::Response, CdbRegisterFunctionSignatures::Response, CdbGetContractClassIds::Response, CdbShutdown::Response >
 Union of all cdb response types.
 

Detailed Description

CdbCommand NamedUnion, CdbRequest context, and dispatch function.

Definition in file cdb_execute.hpp.