Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
address_derivation.hpp
Go to the documentation of this file.
1#pragma once
2
4
5namespace bb::avm2::simulation {
6
8 public:
9 virtual ~AddressDerivationInterface() = default;
10 virtual void assert_derivation(const AztecAddress& address, const ContractInstance& instance) = 0;
11};
12
13} // namespace bb::avm2::simulation
virtual void assert_derivation(const AztecAddress &address, const ContractInstance &instance)=0