Class CasmEntryPoint
-
- All Implemented Interfaces:
@Serializable() public final class CasmEntryPoint
-
-
Constructor Summary
Constructors Constructor Description CasmEntryPoint(Felt selector, Integer offset, List<String> builtins)
-
Method Summary
Modifier and Type Method Description final Felt
getSelector()
final Integer
getOffset()
final List<String>
getBuiltins()
-