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

#include <gas_event.hpp>

Public Member Functions

bool operator== (const GasEvent &other) const =default
 

Public Attributes

uint32_t addressing_gas = 0
 
Gas dynamic_gas_factor = { 0, 0 }
 
uint64_t limit_used_l2_comparison_witness
 
uint64_t limit_used_da_comparison_witness
 
bool oog_l2 = false
 
bool oog_da = false
 

Detailed Description

Definition at line 22 of file gas_event.hpp.

Member Function Documentation

◆ operator==()

bool bb::avm2::simulation::GasEvent::operator== ( const GasEvent other) const
default

Member Data Documentation

◆ addressing_gas

uint32_t bb::avm2::simulation::GasEvent::addressing_gas = 0

Definition at line 23 of file gas_event.hpp.

◆ dynamic_gas_factor

Gas bb::avm2::simulation::GasEvent::dynamic_gas_factor = { 0, 0 }

Definition at line 24 of file gas_event.hpp.

◆ limit_used_da_comparison_witness

uint64_t bb::avm2::simulation::GasEvent::limit_used_da_comparison_witness

Definition at line 27 of file gas_event.hpp.

◆ limit_used_l2_comparison_witness

uint64_t bb::avm2::simulation::GasEvent::limit_used_l2_comparison_witness

Definition at line 26 of file gas_event.hpp.

◆ oog_da

bool bb::avm2::simulation::GasEvent::oog_da = false

Definition at line 30 of file gas_event.hpp.

◆ oog_l2

bool bb::avm2::simulation::GasEvent::oog_l2 = false

Definition at line 29 of file gas_event.hpp.


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