Loading indicator service indicating mempool sync status.

This commit is contained in:
softsimon
2021-01-05 18:57:06 +07:00
parent c289210dc9
commit fe15175e0e
10 changed files with 72 additions and 3 deletions

View File

@@ -136,3 +136,4 @@ interface RequiredParams {
types: ('@string' | '@number' | '@boolean' | string)[];
}
export interface ILoadingIndicators { [name: string]: number; }