Uses of Class
org.starcoin.jsonrpc.JSONRPC2Request
-
Packages that use JSONRPC2Request Package Description org.starcoin.jsonrpc.client -
-
Uses of JSONRPC2Request in org.starcoin.jsonrpc.client
Methods in org.starcoin.jsonrpc.client with parameters of type JSONRPC2Request Modifier and Type Method Description JSONRPC2ResponseJSONRPC2Session. send(JSONRPC2Request request)Sends a JSON-RPC 2.0 request using HTTP POST and returns the server response.
-