Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <aztec_types.hpp>
Public Member Functions | |
bool | operator== (const Gas &other) const =default |
Gas | operator+ (const Gas &other) const |
Gas | operator- (const Gas &other) const |
MSGPACK_FIELDS (l2Gas, daGas) | |
Public Attributes | |
uint32_t | l2Gas |
uint32_t | daGas |
Definition at line 154 of file aztec_types.hpp.
Definition at line 160 of file aztec_types.hpp.
Definition at line 161 of file aztec_types.hpp.
|
default |
uint32_t bb::avm2::Gas::daGas |
Definition at line 156 of file aztec_types.hpp.
uint32_t bb::avm2::Gas::l2Gas |
Definition at line 155 of file aztec_types.hpp.