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

#include <avm_io.hpp>

Public Member Functions

bool operator== (const CollectionLimitsConfig &other) const =default
 
 MSGPACK_CAMEL_CASE_FIELDS (max_debug_log_memory_reads, max_calldata_size_in_fields, max_returndata_size_in_fields, max_call_stack_depth, max_call_stack_items)
 

Public Attributes

uint32_t max_debug_log_memory_reads = 0
 
uint32_t max_calldata_size_in_fields = 0
 
uint32_t max_returndata_size_in_fields = 0
 
uint32_t max_call_stack_depth = 0
 
uint32_t max_call_stack_items = 0
 

Detailed Description

Definition at line 427 of file avm_io.hpp.

Member Function Documentation

◆ MSGPACK_CAMEL_CASE_FIELDS()

bb::avm2::CollectionLimitsConfig::MSGPACK_CAMEL_CASE_FIELDS ( max_debug_log_memory_reads  ,
max_calldata_size_in_fields  ,
max_returndata_size_in_fields  ,
max_call_stack_depth  ,
max_call_stack_items   
)

◆ operator==()

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

Member Data Documentation

◆ max_call_stack_depth

uint32_t bb::avm2::CollectionLimitsConfig::max_call_stack_depth = 0

Definition at line 431 of file avm_io.hpp.

◆ max_call_stack_items

uint32_t bb::avm2::CollectionLimitsConfig::max_call_stack_items = 0

Definition at line 432 of file avm_io.hpp.

◆ max_calldata_size_in_fields

uint32_t bb::avm2::CollectionLimitsConfig::max_calldata_size_in_fields = 0

Definition at line 429 of file avm_io.hpp.

◆ max_debug_log_memory_reads

uint32_t bb::avm2::CollectionLimitsConfig::max_debug_log_memory_reads = 0

Definition at line 428 of file avm_io.hpp.

◆ max_returndata_size_in_fields

uint32_t bb::avm2::CollectionLimitsConfig::max_returndata_size_in_fields = 0

Definition at line 430 of file avm_io.hpp.


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