|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <execution_components.hpp>
Public Member Functions | |
| ExecutionComponentsProvider (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 |
| std::vector< std::unique_ptr< EventEmitterInterface< AddressingEvent > > > | addressing_event_emitters |
Definition at line 23 of file execution_components.hpp.
|
inline |
Definition at line 25 of file execution_components.hpp.
|
overridevirtual |
Implements bb::avm2::simulation::ExecutionComponentsProviderInterface.
Definition at line 10 of file execution_components.cpp.
|
overridevirtual |
Implements bb::avm2::simulation::ExecutionComponentsProviderInterface.
Definition at line 18 of file execution_components.cpp.
|
private |
Definition at line 43 of file execution_components.hpp.
|
private |
Definition at line 37 of file execution_components.hpp.
|
private |
Definition at line 38 of file execution_components.hpp.