Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::bbapi::ClientIvcCheckPrecomputedVk::Response Struct Reference

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"
 

Detailed Description

Contains the validation result.

Definition at line 212 of file bbapi_client_ivc.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

bb::bbapi::ClientIvcCheckPrecomputedVk::Response::MSGPACK_FIELDS ( valid  ,
actual_vk   
)

◆ operator==()

bool bb::bbapi::ClientIvcCheckPrecomputedVk::Response::operator== ( const Response ) const
default

Member Data Documentation

◆ actual_vk

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.

◆ MSGPACK_SCHEMA_NAME

constexpr const char* bb::bbapi::ClientIvcCheckPrecomputedVk::Response::MSGPACK_SCHEMA_NAME = "ClientIvcCheckPrecomputedVkResponse"
staticconstexpr

Definition at line 213 of file bbapi_client_ivc.hpp.

◆ valid

bool bb::bbapi::ClientIvcCheckPrecomputedVk::Response::valid

True if the precomputed VK matches the circuit.

Definition at line 216 of file bbapi_client_ivc.hpp.


The documentation for this struct was generated from the following file: