@golem-sdk/golem-js
Version:
NodeJS and WebBrowser SDK for building apps running on Golem Network
9 lines (8 loc) • 302 B
TypeScript
/**
* Helps to obtain a whitelist of providers which were health-tested.
*
* Important: This helper requires internet access to function properly.
*
* @return An array with Golem Node IDs of the whitelisted providers.
*/
export declare function getHealthyProvidersWhiteList(): Promise<string[]>;