Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
cdb_execute.hpp
Go to the documentation of this file.
1#pragma once
9
10namespace bb::cdb {
11
16 static constexpr const char MSGPACK_SCHEMA_NAME[] = "CdbErrorResponse";
17 std::string message;
19 bool operator==(const CdbErrorResponse&) const = default;
20};
21
38
56
57} // namespace bb::cdb
NamedUnion command structs for the aztec-cdb contracts database API.
A wrapper around std::variant that provides msgpack serialization based on type names.
ContractDBInterface adapter over the generated CDB IPC client.
Error response returned when a command fails.
bool operator==(const CdbErrorResponse &) const =default
static constexpr const char MSGPACK_SCHEMA_NAME[]