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_FIELDS (gasLimits, teardownGasLimits, maxFeesPerGas, maxPriorityFeesPerGas)
 

Public Attributes

Gas gasLimits
 
Gas teardownGasLimits
 
GasFees maxFeesPerGas
 
GasFees maxPriorityFeesPerGas
 

Detailed Description

Definition at line 166 of file aztec_types.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

bb::avm2::GasSettings::MSGPACK_FIELDS ( gasLimits  ,
teardownGasLimits  ,
maxFeesPerGas  ,
maxPriorityFeesPerGas   
)

◆ operator==()

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

Member Data Documentation

◆ gasLimits

Gas bb::avm2::GasSettings::gasLimits

Definition at line 167 of file aztec_types.hpp.

◆ maxFeesPerGas

GasFees bb::avm2::GasSettings::maxFeesPerGas

Definition at line 169 of file aztec_types.hpp.

◆ maxPriorityFeesPerGas

GasFees bb::avm2::GasSettings::maxPriorityFeesPerGas

Definition at line 170 of file aztec_types.hpp.

◆ teardownGasLimits

Gas bb::avm2::GasSettings::teardownGasLimits

Definition at line 168 of file aztec_types.hpp.


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