Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::avm2::simulation::ExecutionComponentsProviderInterface Class Referenceabstract

#include <execution_components.hpp>

Inheritance diagram for bb::avm2::simulation::ExecutionComponentsProviderInterface:
bb::avm2::simulation::ExecutionComponentsProvider bb::avm2::simulation::MockExecutionComponentsProvider

Public Member Functions

virtual ~ExecutionComponentsProviderInterface ()=default
 
virtual std::unique_ptr< AddressingInterfacemake_addressing (AddressingEvent &event)=0
 
virtual std::unique_ptr< GasTrackerInterfacemake_gas_tracker (GasEvent &gas_event, const Instruction &instruction, ContextInterface &context)=0
 

Detailed Description

Definition at line 21 of file execution_components.hpp.

Constructor & Destructor Documentation

◆ ~ExecutionComponentsProviderInterface()

virtual bb::avm2::simulation::ExecutionComponentsProviderInterface::~ExecutionComponentsProviderInterface ( )
virtualdefault

Member Function Documentation

◆ make_addressing()

virtual std::unique_ptr< AddressingInterface > bb::avm2::simulation::ExecutionComponentsProviderInterface::make_addressing ( AddressingEvent event)
pure virtual

◆ make_gas_tracker()

virtual std::unique_ptr< GasTrackerInterface > bb::avm2::simulation::ExecutionComponentsProviderInterface::make_gas_tracker ( GasEvent gas_event,
const Instruction instruction,
ContextInterface context 
)
pure virtual

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