Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/vm2/common/aztec_types.hpp"
#include "barretenberg/vm2/common/field.hpp"
#include "barretenberg/vm2/simulation/address_derivation.hpp"
#include "barretenberg/vm2/simulation/events/contract_instance_retrieval_event.hpp"
#include "barretenberg/vm2/simulation/events/event_emitter.hpp"
#include "barretenberg/vm2/simulation/lib/db_interfaces.hpp"
#include "barretenberg/vm2/simulation/update_check.hpp"
Go to the source code of this file.
Classes | |
struct | bb::avm2::simulation::ContractInstanceNotFoundError |
class | bb::avm2::simulation::ContractInstanceManagerInterface |
Core shared component for contract instance retrieval and validation. More... | |
class | bb::avm2::simulation::ContractInstanceManager |
Namespaces | |
namespace | bb |
Entry point for Barretenberg command-line interface. | |
namespace | bb::avm2 |
namespace | bb::avm2::simulation |