Class CasmContractClass
-
- All Implemented Interfaces:
@Serializable() public final class CasmContractClass
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCasmContractClass.EntryPointsByType
-
Field Summary
Fields Modifier and Type Field Description private final StringcasmClassVersionprivate final Stringprimeprivate final List<String>hintsprivate final StringcompilerVersionprivate final CasmContractClass.EntryPointsByTypeentryPointsByTypeprivate final List<Felt>bytecodeprivate final List<Integer>bytecodeSegmentLengths
-
Method Summary
Modifier and Type Method Description final StringgetCasmClassVersion()final StringgetPrime()final List<String>getHints()final StringgetCompilerVersion()final CasmContractClass.EntryPointsByTypegetEntryPointsByType()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()
-
-
-
-