Package org.starcoin.bean
Class ScriptFunctionObj
- java.lang.Object
-
- org.starcoin.bean.ModuleObj
-
- org.starcoin.bean.ScriptFunctionObj
-
public class ScriptFunctionObj extends ModuleObj
-
-
Constructor Summary
Constructors Constructor Description ScriptFunctionObj()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoRPCString()ScriptFunctiontoScriptFunction()
-
-
-
Method Detail
-
toRPCString
public String toRPCString()
- Specified by:
toRPCStringin classModuleObj
-
toScriptFunction
public ScriptFunction toScriptFunction()
-
-