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_FIELDS (feePerDaGas, feePerL2Gas)
 

Public Attributes

uint128_t feePerDaGas
 
uint128_t feePerL2Gas
 

Detailed Description

Definition at line 145 of file aztec_types.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

bb::avm2::GasFees::MSGPACK_FIELDS ( feePerDaGas  ,
feePerL2Gas   
)

◆ operator==()

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

Member Data Documentation

◆ feePerDaGas

uint128_t bb::avm2::GasFees::feePerDaGas

Definition at line 146 of file aztec_types.hpp.

◆ feePerL2Gas

uint128_t bb::avm2::GasFees::feePerL2Gas

Definition at line 147 of file aztec_types.hpp.


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