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

#include <instruction_spec.hpp>

Public Member Functions

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

Public Attributes

uint16_t opcode_gas = 0
 
uint16_t base_da = 0
 
uint16_t dyn_l2 = 0
 
uint16_t dyn_da = 0
 

Detailed Description

Definition at line 23 of file instruction_spec.hpp.

Member Function Documentation

◆ operator==()

bool bb::avm2::ExecInstructionSpec::GasInfo::operator== ( const GasInfo other) const
default

Member Data Documentation

◆ base_da

uint16_t bb::avm2::ExecInstructionSpec::GasInfo::base_da = 0

Definition at line 25 of file instruction_spec.hpp.

◆ dyn_da

uint16_t bb::avm2::ExecInstructionSpec::GasInfo::dyn_da = 0

Definition at line 27 of file instruction_spec.hpp.

◆ dyn_l2

uint16_t bb::avm2::ExecInstructionSpec::GasInfo::dyn_l2 = 0

Definition at line 26 of file instruction_spec.hpp.

◆ opcode_gas

uint16_t bb::avm2::ExecInstructionSpec::GasInfo::opcode_gas = 0

Definition at line 24 of file instruction_spec.hpp.


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