|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#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 |
Definition at line 443 of file avm_io.hpp.
| 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 | |||
| ) |
|
default |
| bool bb::avm2::PublicSimulatorConfig::collect_call_metadata = false |
Definition at line 446 of file avm_io.hpp.
| bool bb::avm2::PublicSimulatorConfig::collect_debug_logs = false |
Definition at line 449 of file avm_io.hpp.
| bool bb::avm2::PublicSimulatorConfig::collect_hints = false |
Definition at line 447 of file avm_io.hpp.
| bool bb::avm2::PublicSimulatorConfig::collect_public_inputs = false |
Definition at line 448 of file avm_io.hpp.
| bool bb::avm2::PublicSimulatorConfig::collect_statistics = false |
Definition at line 450 of file avm_io.hpp.
| CollectionLimitsConfig bb::avm2::PublicSimulatorConfig::collection_limits |
Definition at line 451 of file avm_io.hpp.
| FF bb::avm2::PublicSimulatorConfig::prover_id = 0 |
Definition at line 444 of file avm_io.hpp.
| bool bb::avm2::PublicSimulatorConfig::skip_fee_enforcement = false |
Definition at line 445 of file avm_io.hpp.