discover

suspend fun discover(servers: <ERROR CLASS><String>, minimumScore: RecommendedServerInfoScore): <ERROR CLASS><RecommendedServerInfo>

Discover all servers in the servers flow and retrieve the public system information to assign a score. Returned servers are not ordered by score. Use minimumScore to automatically remove bad matches.


suspend fun discover(servers: List<String>, minimumScore: RecommendedServerInfoScore): <ERROR CLASS><RecommendedServerInfo>