Class DeclaredClassItem
-
- All Implemented Interfaces:
@Serializable() public final class DeclaredClassItem
-
-
Field Summary
Fields Modifier and Type Field Description private final FeltclassHashprivate final FeltcompiledClassHash
-
Constructor Summary
Constructors Constructor Description DeclaredClassItem(Felt classHash, Felt compiledClassHash)
-
Method Summary
Modifier and Type Method Description final FeltgetClassHash()final FeltgetCompiledClassHash()-
-
Method Detail
-
getClassHash
final Felt getClassHash()
-
getCompiledClassHash
final Felt getCompiledClassHash()
-
-
-
-