pub(crate) async fn launch_rpc_mgr<R: Runtime>(
runtime: &R,
cfg: &RpcConfig,
resolver: &CfgPathResolver,
mistrust: &Mistrust,
client: TorClient<R>,
) -> Result<Option<RpcProxySupport>>
Expand description
Create an RPC manager, bind to connect points, and open a listener task to accept incoming RPC connections.