Uses of Class
org.starcoin.jsonrpc.JSONRPC2ParamsType
-
Packages that use JSONRPC2ParamsType Package Description org.starcoin.jsonrpc -
-
Uses of JSONRPC2ParamsType in org.starcoin.jsonrpc
Methods in org.starcoin.jsonrpc that return JSONRPC2ParamsType Modifier and Type Method Description JSONRPC2ParamsTypeJSONRPC2Request. getParamsType()static JSONRPC2ParamsTypeJSONRPC2ParamsType. valueOf(String name)Returns the enum constant of this type with the specified name.static JSONRPC2ParamsType[]JSONRPC2ParamsType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-