Show time estimate

This commit is contained in:
2023-07-06 22:21:30 +01:00
parent 6358c08246
commit 2eb0d7e7f9
3 changed files with 18 additions and 2 deletions

View File

@ -48,6 +48,8 @@ export interface StreamProviderInfo {
ingressKey?: string
balance?: number
publishedEvent?: NostrEvent
rate?: number
unit?: string
}
export class ProviderStore extends ExternalStore<Array<StreamProvider>> {