|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <aztec_types.hpp>
Public Member Functions | |
| bool | operator== (const PublicCallRequestArrayLengths &other) const =default |
| MSGPACK_CAMEL_CASE_FIELDS (setup_calls, app_logic_calls, teardown_call) | |
Public Attributes | |
| uint32_t | setup_calls = 0 |
| uint32_t | app_logic_calls = 0 |
| bool | teardown_call = false |
Definition at line 365 of file aztec_types.hpp.
| bb::avm2::PublicCallRequestArrayLengths::MSGPACK_CAMEL_CASE_FIELDS | ( | setup_calls | , |
| app_logic_calls | , | ||
| teardown_call | |||
| ) |
|
default |
| uint32_t bb::avm2::PublicCallRequestArrayLengths::app_logic_calls = 0 |
Definition at line 367 of file aztec_types.hpp.
| uint32_t bb::avm2::PublicCallRequestArrayLengths::setup_calls = 0 |
Definition at line 366 of file aztec_types.hpp.
| bool bb::avm2::PublicCallRequestArrayLengths::teardown_call = false |
Definition at line 368 of file aztec_types.hpp.