pub async fn create_client_and_start_worker(
url: Url,
task_manager: &mut TaskManager
) -> RelayChainResult<RelayChainRpcClient>
Expand description
Entry point to create RelayChainRpcClient
and start a worker that distributes notifications.