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

#include <aztec_types.hpp>

Public Member Functions

bool operator== (const GasSettings &other) const =default
 
 MSGPACK_CAMEL_CASE_FIELDS (gas_limits, teardown_gas_limits, max_fees_per_gas, max_priority_fees_per_gas)
 

Public Attributes

Gas gas_limits
 
Gas teardown_gas_limits
 
GasFees max_fees_per_gas
 
GasFees max_priority_fees_per_gas
 

Detailed Description

Definition at line 339 of file aztec_types.hpp.

Member Function Documentation

◆ MSGPACK_CAMEL_CASE_FIELDS()

bb::avm2::GasSettings::MSGPACK_CAMEL_CASE_FIELDS ( gas_limits  ,
teardown_gas_limits  ,
max_fees_per_gas  ,
max_priority_fees_per_gas   
)

◆ operator==()

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

Member Data Documentation

◆ gas_limits

Gas bb::avm2::GasSettings::gas_limits

Definition at line 340 of file aztec_types.hpp.

◆ max_fees_per_gas

GasFees bb::avm2::GasSettings::max_fees_per_gas

Definition at line 342 of file aztec_types.hpp.

◆ max_priority_fees_per_gas

GasFees bb::avm2::GasSettings::max_priority_fees_per_gas

Definition at line 343 of file aztec_types.hpp.

◆ teardown_gas_limits

Gas bb::avm2::GasSettings::teardown_gas_limits

Definition at line 341 of file aztec_types.hpp.


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