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 192 of file aztec_types.hpp.
bb::avm2::PublicCallRequestArrayLengths::MSGPACK_FIELDS | ( | setupCalls | , |
appLogicCalls | , | ||
teardownCall | |||
) |
|
default |
uint32_t bb::avm2::PublicCallRequestArrayLengths::appLogicCalls |
Definition at line 194 of file aztec_types.hpp.
uint32_t bb::avm2::PublicCallRequestArrayLengths::setupCalls |
Definition at line 193 of file aztec_types.hpp.
bool bb::avm2::PublicCallRequestArrayLengths::teardownCall |
Definition at line 195 of file aztec_types.hpp.