Package org.starcoin.bean
Class TypeObj
- java.lang.Object
-
- org.starcoin.bean.ModuleObj
-
- org.starcoin.bean.TypeObj
-
public class TypeObj extends ModuleObj
-
-
Constructor Summary
Constructors Constructor Description TypeObj()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TypeObjSTC()StringtoRPCString()TypeTagtoTypeTag()
-
-
-
Method Detail
-
STC
public static TypeObj STC()
-
toRPCString
public String toRPCString()
- Specified by:
toRPCStringin classModuleObj
-
toTypeTag
public TypeTag toTypeTag()
-
-