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

#include <avm_io.hpp>

Public Member Functions

bool operator== (const PublicSimulatorConfig &other) const =default
 
 MSGPACK_CAMEL_CASE_FIELDS (prover_id, skip_fee_enforcement, collect_call_metadata, collect_hints, collect_public_inputs, collect_debug_logs, collect_statistics, collection_limits)
 

Public Attributes

FF prover_id = 0
 
bool skip_fee_enforcement = false
 
bool collect_call_metadata = false
 
bool collect_hints = false
 
bool collect_public_inputs = false
 
bool collect_debug_logs = false
 
bool collect_statistics = false
 
CollectionLimitsConfig collection_limits
 

Detailed Description

Definition at line 443 of file avm_io.hpp.

Member Function Documentation

◆ MSGPACK_CAMEL_CASE_FIELDS()

bb::avm2::PublicSimulatorConfig::MSGPACK_CAMEL_CASE_FIELDS ( prover_id  ,
skip_fee_enforcement  ,
collect_call_metadata  ,
collect_hints  ,
collect_public_inputs  ,
collect_debug_logs  ,
collect_statistics  ,
collection_limits   
)

◆ operator==()

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

Member Data Documentation

◆ collect_call_metadata

bool bb::avm2::PublicSimulatorConfig::collect_call_metadata = false

Definition at line 446 of file avm_io.hpp.

◆ collect_debug_logs

bool bb::avm2::PublicSimulatorConfig::collect_debug_logs = false

Definition at line 449 of file avm_io.hpp.

◆ collect_hints

bool bb::avm2::PublicSimulatorConfig::collect_hints = false

Definition at line 447 of file avm_io.hpp.

◆ collect_public_inputs

bool bb::avm2::PublicSimulatorConfig::collect_public_inputs = false

Definition at line 448 of file avm_io.hpp.

◆ collect_statistics

bool bb::avm2::PublicSimulatorConfig::collect_statistics = false

Definition at line 450 of file avm_io.hpp.

◆ collection_limits

CollectionLimitsConfig bb::avm2::PublicSimulatorConfig::collection_limits

Definition at line 451 of file avm_io.hpp.

◆ prover_id

FF bb::avm2::PublicSimulatorConfig::prover_id = 0

Definition at line 444 of file avm_io.hpp.

◆ skip_fee_enforcement

bool bb::avm2::PublicSimulatorConfig::skip_fee_enforcement = false

Definition at line 445 of file avm_io.hpp.


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