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
 
uint16_t base_da
 
uint16_t dyn_l2
 
uint16_t dyn_da
 

Detailed Description

Definition at line 17 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

Definition at line 19 of file instruction_spec.hpp.

◆ dyn_da

uint16_t bb::avm2::ExecInstructionSpec::GasInfo::dyn_da

Definition at line 21 of file instruction_spec.hpp.

◆ dyn_l2

uint16_t bb::avm2::ExecInstructionSpec::GasInfo::dyn_l2

Definition at line 20 of file instruction_spec.hpp.

◆ opcode_gas

uint16_t bb::avm2::ExecInstructionSpec::GasInfo::opcode_gas

Definition at line 18 of file instruction_spec.hpp.


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