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