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

#include <aztec_types.hpp>

Public Member Functions

bool operator== (const GasFees &other) const =default
 
 MSGPACK_CAMEL_CASE_FIELDS (fee_per_da_gas, fee_per_l2_gas)
 

Public Attributes

uint128_t fee_per_da_gas = 0
 
uint128_t fee_per_l2_gas = 0
 

Detailed Description

Definition at line 308 of file aztec_types.hpp.

Member Function Documentation

◆ MSGPACK_CAMEL_CASE_FIELDS()

bb::avm2::GasFees::MSGPACK_CAMEL_CASE_FIELDS ( fee_per_da_gas  ,
fee_per_l2_gas   
)

◆ operator==()

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

Member Data Documentation

◆ fee_per_da_gas

uint128_t bb::avm2::GasFees::fee_per_da_gas = 0

Definition at line 309 of file aztec_types.hpp.

◆ fee_per_l2_gas

uint128_t bb::avm2::GasFees::fee_per_l2_gas = 0

Definition at line 310 of file aztec_types.hpp.


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