|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <class_id_derivation.hpp>
Public Member Functions | |
| ClassIdDerivation (Poseidon2Interface &poseidon2, EventEmitterInterface< ClassIdDerivationEvent > &events) | |
| void | assert_derivation (const ContractClassId &class_id, const ContractClass &klass) override |
Public Member Functions inherited from bb::avm2::simulation::ClassIdDerivationInterface | |
| virtual | ~ClassIdDerivationInterface ()=default |
Private Attributes | |
| EventEmitterInterface< ClassIdDerivationEvent > & | events |
| Poseidon2Interface & | poseidon2 |
| unordered_flat_set< ContractClassId > | cached_derivations |
Definition at line 12 of file class_id_derivation.hpp.
|
inline |
Definition at line 14 of file class_id_derivation.hpp.
|
overridevirtual |
Implements bb::avm2::simulation::ClassIdDerivationInterface.
Definition at line 11 of file class_id_derivation.cpp.
|
private |
Definition at line 26 of file class_id_derivation.hpp.
|
private |
Definition at line 22 of file class_id_derivation.hpp.
|
private |
Definition at line 23 of file class_id_derivation.hpp.