Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <execution_components.hpp>
Public Member Functions | |
virtual | ~ExecutionComponentsProviderInterface ()=default |
virtual std::unique_ptr< AddressingInterface > | make_addressing (AddressingEvent &event)=0 |
virtual std::unique_ptr< GasTrackerInterface > | make_gas_tracker (GasEvent &gas_event, const Instruction &instruction, ContextInterface &context)=0 |
Definition at line 21 of file execution_components.hpp.
|
virtualdefault |
|
pure virtual |
Implemented in bb::avm2::simulation::ExecutionComponentsProvider.
|
pure virtual |
Implemented in bb::avm2::simulation::ExecutionComponentsProvider.