OptionalgetIndexerRelays?: () => string[]Retrieves relays that index profiles and relay selections.
OptionalgetLimit?: () => numberRetrieves the limit setting, which is the maximum number of relays that should be returned from getUrls and getSelections.
OptionalgetPubkeyRelays?: (pubkey: string, mode?: RelayMode) => string[]Retrieves relays for the specified public key and mode.
OptionalgetRelayQuality?: (url: string) => numberRetrieves the quality of the specified relay.
OptionalgetSearchRelays?: () => string[]Retrieves relays likely to support NIP-50 search.
OptionalgetUserPubkey?: () => string | nullRetrieves the user's public key.
Retrieves fallback relays, for use when no other relays can be selected.