|
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_FIELDS (feePerDaGas, feePerL2Gas) | |
Public Attributes | |
| uint128_t | feePerDaGas |
| uint128_t | feePerL2Gas |
Definition at line 166 of file aztec_types.hpp.
| bb::avm2::GasFees::MSGPACK_FIELDS | ( | feePerDaGas | , |
| feePerL2Gas | |||
| ) |
|
default |
| uint128_t bb::avm2::GasFees::feePerDaGas |
Definition at line 167 of file aztec_types.hpp.
| uint128_t bb::avm2::GasFees::feePerL2Gas |
Definition at line 168 of file aztec_types.hpp.