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

#include <instruction_spec.hpp>

Classes

struct  GasInfo
 
class  RegisterInfo
 

Public Member Functions

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

Public Attributes

uint8_t num_addresses
 
GasInfo gas_cost
 
uint32_t dyn_gas_id = 0
 
RegisterInfo register_info
 

Detailed Description

Definition at line 16 of file instruction_spec.hpp.

Member Function Documentation

◆ operator==()

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

Member Data Documentation

◆ dyn_gas_id

uint32_t bb::avm2::ExecInstructionSpec::dyn_gas_id = 0

Definition at line 58 of file instruction_spec.hpp.

◆ gas_cost

GasInfo bb::avm2::ExecInstructionSpec::gas_cost

Definition at line 57 of file instruction_spec.hpp.

◆ num_addresses

uint8_t bb::avm2::ExecInstructionSpec::num_addresses

Definition at line 56 of file instruction_spec.hpp.

◆ register_info

RegisterInfo bb::avm2::ExecInstructionSpec::register_info

Definition at line 59 of file instruction_spec.hpp.


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