Class CasmContractClass
-
- All Implemented Interfaces:
@Serializable() public final class CasmContractClass
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
CasmContractClass.EntryPointsByType
-
Field Summary
Fields Modifier and Type Field Description private final String
casmClassVersion
private final String
prime
private final List<String>
hints
private final String
compilerVersion
private final CasmContractClass.EntryPointsByType
entryPointsByType
private final List<Felt>
bytecode
private final List<Integer>
bytecodeSegmentLengths
-
Method Summary
Modifier and Type Method Description final String
getCasmClassVersion()
final String
getPrime()
final List<String>
getHints()
final String
getCompilerVersion()
final CasmContractClass.EntryPointsByType
getEntryPointsByType()
final List<Felt>
getBytecode()
final List<Integer>
getBytecodeSegmentLengths()
-
-
Method Detail
-
getCasmClassVersion
final String getCasmClassVersion()
-
getCompilerVersion
final String getCompilerVersion()
-
getEntryPointsByType
final CasmContractClass.EntryPointsByType getEntryPointsByType()
-
getBytecode
final List<Felt> getBytecode()
-
getBytecodeSegmentLengths
final List<Integer> getBytecodeSegmentLengths()
-
-
-
-