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

Generate a proof for all accumulated circuits. More...

#include <bbapi_client_ivc.hpp>

Classes

struct  Response
 Contains the generated IVC proof. More...
 

Public Member Functions

Response execute (BBApiRequest &request) &&
 
void msgpack (auto &&pack_fn)
 
bool operator== (const ClientIvcProve &) const =default
 

Static Public Attributes

static constexpr const char * MSGPACK_SCHEMA_NAME = "ClientIvcProve"
 

Detailed Description

Generate a proof for all accumulated circuits.

Definition at line 98 of file bbapi_client_ivc.hpp.

Member Function Documentation

◆ execute()

ClientIvcProve::Response bb::bbapi::ClientIvcProve::execute ( BBApiRequest request) &&

Definition at line 69 of file bbapi_client_ivc.cpp.

◆ msgpack()

void bb::bbapi::ClientIvcProve::msgpack ( auto &&  pack_fn)
inline

Definition at line 114 of file bbapi_client_ivc.hpp.

◆ operator==()

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

Member Data Documentation

◆ MSGPACK_SCHEMA_NAME

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

Definition at line 99 of file bbapi_client_ivc.hpp.


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