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

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

#include <bbapi_chonk.hpp>

Classes

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

Public Member Functions

Response execute (BBApiRequest &request) &&
 
 MSGPACK_FIELDS (circuit)
 
bool operator== (const ChonkLoad &) 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 [] = "ChonkLoad"
 

Detailed Description

Load a circuit into the Chonk instance for accumulation.

Definition at line 48 of file bbapi_chonk.hpp.

Member Function Documentation

◆ execute()

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

Definition at line 25 of file bbapi_chonk.cpp.

◆ MSGPACK_FIELDS()

bb::bbapi::ChonkLoad::MSGPACK_FIELDS ( circuit  )

◆ operator==()

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

Member Data Documentation

◆ circuit

CircuitInput bb::bbapi::ChonkLoad::circuit

Circuit to be loaded with its bytecode and verification key.

Definition at line 63 of file bbapi_chonk.hpp.

◆ MSGPACK_SCHEMA_NAME

constexpr const char bb::bbapi::ChonkLoad::MSGPACK_SCHEMA_NAME[] = "ChonkLoad"
staticconstexpr

Definition at line 49 of file bbapi_chonk.hpp.


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