|
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_FIELDS (setupCalls, appLogicCalls, teardownCall) | |
Public Attributes | |
| uint32_t | setupCalls |
| uint32_t | appLogicCalls |
| bool | teardownCall |
Definition at line 213 of file aztec_types.hpp.
| bb::avm2::PublicCallRequestArrayLengths::MSGPACK_FIELDS | ( | setupCalls | , |
| appLogicCalls | , | ||
| teardownCall | |||
| ) |
|
default |
| uint32_t bb::avm2::PublicCallRequestArrayLengths::appLogicCalls |
Definition at line 215 of file aztec_types.hpp.
| uint32_t bb::avm2::PublicCallRequestArrayLengths::setupCalls |
Definition at line 214 of file aztec_types.hpp.
| bool bb::avm2::PublicCallRequestArrayLengths::teardownCall |
Definition at line 216 of file aztec_types.hpp.