Zum Inhalt springen
Deutsch

ConfigSeedProvider

Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.

Defined in: src/discovery/ConfigSeedProvider.ts:10

Simplest SeedProvider: returns a fixed list of addresses passed at construction time (typically sourced from config or ENV).

new ConfigSeedProvider(options?): ConfigSeedProvider

Defined in: src/discovery/ConfigSeedProvider.ts:13

ConfigSeedProviderOptions = {}

ConfigSeedProvider

lookup(): Promise<NodeAddress[]>

Defined in: src/discovery/ConfigSeedProvider.ts:18

Return candidate seed addresses.

Promise<NodeAddress[]>

SeedProvider.lookup