pub async fn init_blocking<H: RpcHandlers + Send + Sync + 'static>( initial: &Initial, handlers: H, ) -> EResult<(Arc<RpcClient>, Arc<RpcClient>)>
Initializes the module in blocking mode with secondary client for calls