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_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
 

Detailed Description

Definition at line 365 of file aztec_types.hpp.

Member Function Documentation

◆ MSGPACK_CAMEL_CASE_FIELDS()

bb::avm2::PublicCallRequestArrayLengths::MSGPACK_CAMEL_CASE_FIELDS ( setup_calls  ,
app_logic_calls  ,
teardown_call   
)

◆ operator==()

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

Member Data Documentation

◆ app_logic_calls

uint32_t bb::avm2::PublicCallRequestArrayLengths::app_logic_calls = 0

Definition at line 367 of file aztec_types.hpp.

◆ setup_calls

uint32_t bb::avm2::PublicCallRequestArrayLengths::setup_calls = 0

Definition at line 366 of file aztec_types.hpp.

◆ teardown_call

bool bb::avm2::PublicCallRequestArrayLengths::teardown_call = false

Definition at line 368 of file aztec_types.hpp.


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