|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <pure_execution_components.hpp>
Public Member Functions | |
| PureExecutionComponentsProvider (GreaterThanInterface &greater_than, const InstructionInfoDBInterface &instruction_info_db) | |
| std::unique_ptr< AddressingInterface > | make_addressing (AddressingEvent &event) override |
| std::unique_ptr< GasTrackerInterface > | make_gas_tracker (GasEvent &gas_event, const Instruction &instruction, ContextInterface &context) override |
Public Member Functions inherited from bb::avm2::simulation::ExecutionComponentsProviderInterface | |
| virtual | ~ExecutionComponentsProviderInterface ()=default |
Private Attributes | |
| GreaterThanInterface & | greater_than |
| const InstructionInfoDBInterface & | instruction_info_db |
Definition at line 12 of file pure_execution_components.hpp.
|
inline |
Definition at line 14 of file pure_execution_components.hpp.
|
overridevirtual |
Implements bb::avm2::simulation::ExecutionComponentsProviderInterface.
Definition at line 12 of file pure_execution_components.cpp.
|
overridevirtual |
Implements bb::avm2::simulation::ExecutionComponentsProviderInterface.
Definition at line 17 of file pure_execution_components.cpp.
|
private |
Definition at line 27 of file pure_execution_components.hpp.
|
private |
Definition at line 28 of file pure_execution_components.hpp.