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

Load a circuit into the ClientIVC instance for accumulation. More...

#include <bbapi_client_ivc.hpp>

Classes

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

Public Member Functions

Response execute (BBApiRequest &request) &&
 
 MSGPACK_FIELDS (circuit)
 
bool operator== (const ClientIvcLoad &) const =default
 

Public Attributes

CircuitInput circuit
 Circuit to be loaded with its bytecode and verification key.
 

Static Public Attributes

static constexpr const char * MSGPACK_SCHEMA_NAME = "ClientIvcLoad"
 

Detailed Description

Load a circuit into the ClientIVC instance for accumulation.

Definition at line 48 of file bbapi_client_ivc.hpp.

Member Function Documentation

◆ execute()

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

Definition at line 23 of file bbapi_client_ivc.cpp.

◆ MSGPACK_FIELDS()

bb::bbapi::ClientIvcLoad::MSGPACK_FIELDS ( circuit  )

◆ operator==()

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

Member Data Documentation

◆ circuit

CircuitInput bb::bbapi::ClientIvcLoad::circuit

Circuit to be loaded with its bytecode and verification key.

Definition at line 63 of file bbapi_client_ivc.hpp.

◆ MSGPACK_SCHEMA_NAME

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

Definition at line 49 of file bbapi_client_ivc.hpp.


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