Barretenberg
The ZK-SNARK library at the core of Aztec
|
Contains the validation result. More...
#include <bbapi_client_ivc.hpp>
Public Member Functions | |
MSGPACK_FIELDS (valid, actual_vk) | |
bool | operator== (const Response &) const =default |
Public Attributes | |
bool | valid |
True if the precomputed VK matches the circuit. | |
std::vector< uint8_t > | actual_vk |
The actual VK it should be. | |
Static Public Attributes | |
static constexpr const char * | MSGPACK_SCHEMA_NAME = "ClientIvcCheckPrecomputedVkResponse" |
Contains the validation result.
Definition at line 212 of file bbapi_client_ivc.hpp.
|
default |
std::vector<uint8_t> bb::bbapi::ClientIvcCheckPrecomputedVk::Response::actual_vk |
The actual VK it should be.
Definition at line 218 of file bbapi_client_ivc.hpp.
|
staticconstexpr |
Definition at line 213 of file bbapi_client_ivc.hpp.
bool bb::bbapi::ClientIvcCheckPrecomputedVk::Response::valid |
True if the precomputed VK matches the circuit.
Definition at line 216 of file bbapi_client_ivc.hpp.