Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
avm_sim_api.hpp
Go to the documentation of this file.
1#pragma once
2
6
7namespace bb::avm2 {
8
22
23} // namespace bb::avm2
StrictMock< MockHighLevelMerkleDB > merkle_db
StrictMock< MockContractDB > contract_db
TxSimulationResult simulate_with_hinted_dbs(const AvmProvingInputs &inputs)
TxSimulationResult simulate(const FastSimulationInputs &inputs, simulation::ContractDBInterface &contract_db, simulation::LowLevelMerkleDBInterface &merkle_db, simulation::CancellationTokenPtr cancellation_token=nullptr)
AvmProvingInputs inputs
std::shared_ptr< CancellationToken > CancellationTokenPtr