abstract fun makeAsyncRequest(request: RPCAsyncRequest): AsyncResult<RPCResponse>
(source)
Issue an 'async' type request to a node, which will eventually return a result from the node.
Return
an async result which will be completed with the result or an error if the request fails.