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

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

#include <bbapi_chonk.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 ChonkProve &) const =default
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "ChonkProve"
 

Detailed Description

Generate a proof for all accumulated circuits.

Definition at line 98 of file bbapi_chonk.hpp.

Member Function Documentation

◆ execute()

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

Definition at line 91 of file bbapi_chonk.cpp.

◆ msgpack()

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

Definition at line 114 of file bbapi_chonk.hpp.

◆ operator==()

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

Member Data Documentation

◆ MSGPACK_SCHEMA_NAME

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

Definition at line 99 of file bbapi_chonk.hpp.


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