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

Contains the computed IVC verification key. More...

#include <bbapi_client_ivc.hpp>

Public Member Functions

 MSGPACK_FIELDS (bytes)
 
bool operator== (const Response &) const =default
 

Public Attributes

std::vector< uint8_t > bytes
 Serialized IVC verification key in binary format.
 

Static Public Attributes

static constexpr const char * MSGPACK_SCHEMA_NAME = "ClientIvcComputeIvcVkResponse"
 

Detailed Description

Contains the computed IVC verification key.

Definition at line 186 of file bbapi_client_ivc.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

bb::bbapi::ClientIvcComputeIvcVk::Response::MSGPACK_FIELDS ( bytes  )

◆ operator==()

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

Member Data Documentation

◆ bytes

std::vector<uint8_t> bb::bbapi::ClientIvcComputeIvcVk::Response::bytes

Serialized IVC verification key in binary format.

Definition at line 190 of file bbapi_client_ivc.hpp.

◆ MSGPACK_SCHEMA_NAME

constexpr const char* bb::bbapi::ClientIvcComputeIvcVk::Response::MSGPACK_SCHEMA_NAME = "ClientIvcComputeIvcVkResponse"
staticconstexpr

Definition at line 187 of file bbapi_client_ivc.hpp.


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