Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::avm2::GasUsed Struct Reference

#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
 

Detailed Description

Definition at line 329 of file aztec_types.hpp.

Member Function Documentation

◆ MSGPACK_CAMEL_CASE_FIELDS()

bb::avm2::GasUsed::MSGPACK_CAMEL_CASE_FIELDS ( total_gas  ,
teardown_gas  ,
public_gas  ,
billed_gas   
)

◆ operator==()

bool bb::avm2::GasUsed::operator== ( const GasUsed other) const
default

Member Data Documentation

◆ billed_gas

Gas bb::avm2::GasUsed::billed_gas

Definition at line 333 of file aztec_types.hpp.

◆ public_gas

Gas bb::avm2::GasUsed::public_gas

Definition at line 332 of file aztec_types.hpp.

◆ teardown_gas

Gas bb::avm2::GasUsed::teardown_gas

Definition at line 331 of file aztec_types.hpp.

◆ total_gas

Gas bb::avm2::GasUsed::total_gas

Definition at line 330 of file aztec_types.hpp.


The documentation for this struct was generated from the following file: