Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
execution_components.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <memory>
4
9
10// FIXME(fcarreiro): Events should not be in the interfaces.
13
14namespace bb::avm2::simulation {
15
16// Forward declarations
17class ContextInterface;
18class AddressingInterface;
19class GasTrackerInterface;
20
29
30} // namespace bb::avm2::simulation
virtual std::unique_ptr< GasTrackerInterface > make_gas_tracker(GasEvent &gas_event, const Instruction &instruction, ContextInterface &context)=0
virtual std::unique_ptr< AddressingInterface > make_addressing(AddressingEvent &event)=0
GasEvent gas_event
Instruction instruction
constexpr decltype(auto) get(::tuplet::tuple< T... > &&t) noexcept
Definition tuple.hpp:13
simulation::PublicDataTreeReadWriteEvent event