Nostr provider tweaks

This commit is contained in:
2023-07-27 16:17:08 +01:00
parent f62c7d2482
commit 96155b3ba3
3 changed files with 27 additions and 2 deletions

View File

@ -55,7 +55,9 @@ export interface StreamProviderEndpoint {
key: string
rate?: number
unit?: string
capabilities?: Array<string>
}
export class ProviderStore extends ExternalStore<Array<StreamProvider>> {
#providers: Array<StreamProvider> = []