Function cubist_proxy::jrpc_client

source ·
pub async fn jrpc_client(
    uri: Uri,
    pool: Option<ConnPool>
) -> Result<impl Pair<JrpcRequest, Value> + Unpin, FatalErr>
Expand description

Construct a JSON-RPC client from a ws:, wss:, http:, or https: URI