|
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 175 of file aztec_types.hpp.
Definition at line 181 of file aztec_types.hpp.
Definition at line 182 of file aztec_types.hpp.
|
default |
| uint32_t bb::avm2::Gas::daGas |
Definition at line 177 of file aztec_types.hpp.
| uint32_t bb::avm2::Gas::l2Gas |
Definition at line 176 of file aztec_types.hpp.