Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <simulation_helper.hpp>
Public Member Functions | |
AvmSimulationHelper (ExecutionHints hints) | |
simulation::EventsContainer | simulate () |
void | simulate_fast () |
template<typename S > | |
EventsContainer | simulate_with_settings () |
Private Member Functions | |
template<typename S > | |
simulation::EventsContainer | simulate_with_settings () |
Private Attributes | |
ExecutionHints | hints |
Definition at line 8 of file simulation_helper.hpp.
|
inline |
Definition at line 10 of file simulation_helper.hpp.
EventsContainer bb::avm2::AvmSimulationHelper::simulate | ( | ) |
Definition at line 273 of file simulation_helper.cpp.
void bb::avm2::AvmSimulationHelper::simulate_fast | ( | ) |
Definition at line 278 of file simulation_helper.cpp.
EventsContainer bb::avm2::AvmSimulationHelper::simulate_with_settings | ( | ) |
Definition at line 81 of file simulation_helper.cpp.
|
private |
|
private |
Definition at line 23 of file simulation_helper.hpp.