|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <aztec_types.hpp>
Public Member Functions | |
| bool | operator== (const GasUsed &other) const =default |
| MSGPACK_CAMEL_CASE_FIELDS (total_gas, teardown_gas, public_gas, billed_gas) | |
Public Attributes | |
| Gas | total_gas |
| Gas | teardown_gas |
| Gas | public_gas |
| Gas | billed_gas |
Definition at line 329 of file aztec_types.hpp.
| bb::avm2::GasUsed::MSGPACK_CAMEL_CASE_FIELDS | ( | total_gas | , |
| teardown_gas | , | ||
| public_gas | , | ||
| billed_gas | |||
| ) |
|
default |
| Gas bb::avm2::GasUsed::billed_gas |
Definition at line 333 of file aztec_types.hpp.
| Gas bb::avm2::GasUsed::public_gas |
Definition at line 332 of file aztec_types.hpp.
| Gas bb::avm2::GasUsed::teardown_gas |
Definition at line 331 of file aztec_types.hpp.
| Gas bb::avm2::GasUsed::total_gas |
Definition at line 330 of file aztec_types.hpp.