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

Contains the generated IVC proof. More...

#include <bbapi_client_ivc.hpp>

Public Member Functions

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

Public Attributes

ClientIVC::Proof proof
 Complete IVC proof for all accumulated circuits.
 

Static Public Attributes

static constexpr const char * MSGPACK_SCHEMA_NAME = "ClientIvcProveResponse"
 

Detailed Description

Contains the generated IVC proof.

Definition at line 105 of file bbapi_client_ivc.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

bb::bbapi::ClientIvcProve::Response::MSGPACK_FIELDS ( proof  )

◆ operator==()

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

Member Data Documentation

◆ MSGPACK_SCHEMA_NAME

constexpr const char* bb::bbapi::ClientIvcProve::Response::MSGPACK_SCHEMA_NAME = "ClientIvcProveResponse"
staticconstexpr

Definition at line 106 of file bbapi_client_ivc.hpp.

◆ proof

ClientIVC::Proof bb::bbapi::ClientIvcProve::Response::proof

Complete IVC proof for all accumulated circuits.

Definition at line 109 of file bbapi_client_ivc.hpp.


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