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

Accumulate the previously loaded circuit into the IVC proof. More...

#include <bbapi_client_ivc.hpp>

Classes

struct  Response
 Empty response indicating successful circuit accumulation. More...
 

Public Member Functions

Response execute (BBApiRequest &request) &&
 
 MSGPACK_FIELDS (witness)
 
bool operator== (const ClientIvcAccumulate &) const =default
 

Public Attributes

std::vector< uint8_t > witness
 Serialized witness data for the last loaded circuit.
 

Static Public Attributes

static constexpr const char * MSGPACK_SCHEMA_NAME = "ClientIvcAccumulate"
 

Detailed Description

Accumulate the previously loaded circuit into the IVC proof.

Definition at line 73 of file bbapi_client_ivc.hpp.

Member Function Documentation

◆ execute()

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

Definition at line 38 of file bbapi_client_ivc.cpp.

◆ MSGPACK_FIELDS()

bb::bbapi::ClientIvcAccumulate::MSGPACK_FIELDS ( witness  )

◆ operator==()

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

Member Data Documentation

◆ MSGPACK_SCHEMA_NAME

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

Definition at line 74 of file bbapi_client_ivc.hpp.

◆ witness

std::vector<uint8_t> bb::bbapi::ClientIvcAccumulate::witness

Serialized witness data for the last loaded circuit.

Definition at line 88 of file bbapi_client_ivc.hpp.


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