|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
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) && |
| SERIALIZATION_FIELDS (kinds) | |
| bool | operator== (const ChonkStart &) const =default |
Public Attributes | |
| std::vector< CircuitKind > | kinds |
Static Public Attributes | |
| static constexpr const char | MSGPACK_SCHEMA_NAME [] = "ChonkStart" |
Initialize a new Chonk instance for incremental proof accumulation.
Definition at line 35 of file bbapi_chonk.hpp.
| ChonkStart::Response bb::bbapi::ChonkStart::execute | ( | BBApiRequest & | request | ) | && |
Definition at line 72 of file bbapi_chonk.cpp.
|
default |
| bb::bbapi::ChonkStart::SERIALIZATION_FIELDS | ( | kinds | ) |
| std::vector<CircuitKind> bb::bbapi::ChonkStart::kinds |
Definition at line 51 of file bbapi_chonk.hpp.
|
staticconstexpr |
Definition at line 36 of file bbapi_chonk.hpp.