referrerpolicy=no-referrer-when-downgrade
pub async fn create_client_and_start_worker(
    urls: Vec<Url>,
    task_manager: &mut TaskManager,
    prometheus_registry: Option<&Registry>,
) -> RelayChainResult<RelayChainRpcClient>
Expand description

Entry point to create RelayChainRpcClient and start a worker that communicates to JsonRPC servers over the network.