|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Consolidated command for retrieving circuit information. Combines gate count, circuit size, and other metadata into a single command. More...
#include <bbapi_ultra_honk.hpp>
Classes | |
| struct | Response |
Public Member Functions | |
| MSGPACK_FIELDS (circuit, include_gates_per_opcode, settings) | |
| Response | execute (const BBApiRequest &request={}) && |
| bool | operator== (const CircuitStats &) const =default |
Public Attributes | |
| CircuitInput | circuit |
| bool | include_gates_per_opcode = false |
| ProofSystemSettings | settings |
Static Public Attributes | |
| static constexpr const char | MSGPACK_SCHEMA_NAME [] = "CircuitStats" |
Consolidated command for retrieving circuit information. Combines gate count, circuit size, and other metadata into a single command.
Definition at line 77 of file bbapi_ultra_honk.hpp.
| CircuitStats::Response bb::bbapi::CircuitStats::execute | ( | const BBApiRequest & | request = {} | ) | && |
Definition at line 304 of file bbapi_ultra_honk.cpp.
| bb::bbapi::CircuitStats::MSGPACK_FIELDS | ( | circuit | , |
| include_gates_per_opcode | , | ||
| settings | |||
| ) |
|
default |
| CircuitInput bb::bbapi::CircuitStats::circuit |
Definition at line 91 of file bbapi_ultra_honk.hpp.
| bool bb::bbapi::CircuitStats::include_gates_per_opcode = false |
Definition at line 92 of file bbapi_ultra_honk.hpp.
|
staticconstexpr |
Definition at line 78 of file bbapi_ultra_honk.hpp.
| ProofSystemSettings bb::bbapi::CircuitStats::settings |
Definition at line 93 of file bbapi_ultra_honk.hpp.