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