pub async fn default_rpc_client<U: AsRef<str>>(
    url: U
) -> Result<impl RpcClientT, Error>
Expand description

The default RPC client that’s used (based on jsonrpsee).