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

Initialize a new Chonk instance for incremental proof accumulation. More...

#include <bbapi_chonk.hpp>

Classes

struct  Response
 Empty response indicating successful initialization. More...
 

Public Member Functions

Response execute (BBApiRequest &request) &&
 
 MSGPACK_FIELDS (num_circuits)
 
bool operator== (const ChonkStart &) const =default
 

Public Attributes

size_t num_circuits
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "ChonkStart"
 

Detailed Description

Initialize a new Chonk instance for incremental proof accumulation.

Note
Only one IVC request can be made at a time for each batch_request.

Definition at line 24 of file bbapi_chonk.hpp.

Member Function Documentation

◆ execute()

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

Definition at line 15 of file bbapi_chonk.cpp.

◆ MSGPACK_FIELDS()

bb::bbapi::ChonkStart::MSGPACK_FIELDS ( num_circuits  )

◆ operator==()

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

Member Data Documentation

◆ MSGPACK_SCHEMA_NAME

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

Definition at line 25 of file bbapi_chonk.hpp.

◆ num_circuits

size_t bb::bbapi::ChonkStart::num_circuits

Definition at line 38 of file bbapi_chonk.hpp.


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