|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#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 |
Definition at line 308 of file aztec_types.hpp.
| bb::avm2::GasFees::MSGPACK_CAMEL_CASE_FIELDS | ( | fee_per_da_gas | , |
| fee_per_l2_gas | |||
| ) |
|
default |
| uint128_t bb::avm2::GasFees::fee_per_da_gas = 0 |
Definition at line 309 of file aztec_types.hpp.
| uint128_t bb::avm2::GasFees::fee_per_l2_gas = 0 |
Definition at line 310 of file aztec_types.hpp.