Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::avm2::PublicCallRequestArrayLengths Struct Reference

#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
 

Detailed Description

Definition at line 192 of file aztec_types.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

bb::avm2::PublicCallRequestArrayLengths::MSGPACK_FIELDS ( setupCalls  ,
appLogicCalls  ,
teardownCall   
)

◆ operator==()

bool bb::avm2::PublicCallRequestArrayLengths::operator== ( const PublicCallRequestArrayLengths other) const
default

Member Data Documentation

◆ appLogicCalls

uint32_t bb::avm2::PublicCallRequestArrayLengths::appLogicCalls

Definition at line 194 of file aztec_types.hpp.

◆ setupCalls

uint32_t bb::avm2::PublicCallRequestArrayLengths::setupCalls

Definition at line 193 of file aztec_types.hpp.

◆ teardownCall

bool bb::avm2::PublicCallRequestArrayLengths::teardownCall

Definition at line 195 of file aztec_types.hpp.


The documentation for this struct was generated from the following file: