Class SierraEntryPoint
-
- All Implemented Interfaces:
@Serializable() public final class SierraEntryPoint
-
-
Field Summary
Fields Modifier and Type Field Description private final UInt
functionIdx
private final Felt
selector
-
Constructor Summary
Constructors Constructor Description SierraEntryPoint(UInt functionIdx, Felt selector)
-
Method Summary
Modifier and Type Method Description final UInt
getFunctionIdx()
final Felt
getSelector()
-
-
Method Detail
-
getFunctionIdx
final UInt getFunctionIdx()
-
getSelector
final Felt getSelector()
-
-
-
-