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