Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
simulation_helper.hpp
Go to the documentation of this file.
1#pragma once
2
5
6namespace bb::avm2 {
7
9 public:
13
14 // Full simulation with event collection.
16
17 // Fast simulation without event collection.
18 void simulate_fast();
19
20 private:
22
24};
25
26} // namespace bb::avm2
simulation::EventsContainer simulate_with_settings()
AvmSimulationHelper(ExecutionHints hints)
simulation::EventsContainer simulate()
STL namespace.