Barretenberg
The ZK-SNARK library at the core of Aztec
|
#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 |
Definition at line 16 of file instruction_spec.hpp.
|
default |
uint32_t bb::avm2::ExecInstructionSpec::dyn_gas_id = 0 |
Definition at line 58 of file instruction_spec.hpp.
GasInfo bb::avm2::ExecInstructionSpec::gas_cost |
Definition at line 57 of file instruction_spec.hpp.
uint8_t bb::avm2::ExecInstructionSpec::num_addresses |
Definition at line 56 of file instruction_spec.hpp.
RegisterInfo bb::avm2::ExecInstructionSpec::register_info |
Definition at line 59 of file instruction_spec.hpp.