|
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 = 0 |
| GasInfo | gas_cost |
| uint32_t | dyn_gas_id = 0 |
| RegisterInfo | register_info |
Definition at line 22 of file instruction_spec.hpp.
|
default |
| uint32_t bb::avm2::ExecInstructionSpec::dyn_gas_id = 0 |
Definition at line 64 of file instruction_spec.hpp.
| GasInfo bb::avm2::ExecInstructionSpec::gas_cost |
Definition at line 63 of file instruction_spec.hpp.
| uint8_t bb::avm2::ExecInstructionSpec::num_addresses = 0 |
Definition at line 62 of file instruction_spec.hpp.
| RegisterInfo bb::avm2::ExecInstructionSpec::register_info |
Definition at line 65 of file instruction_spec.hpp.