Nostr provider tweaks
This commit is contained in:
@ -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> = []
|
||||
|
||||
|
Reference in New Issue
Block a user