Basic block indexing WIP - Default mining pool icon - Only show mining hashrate on 1d scale

This commit is contained in:
nymkappa
2022-01-18 17:37:04 +09:00
parent b9a047b22d
commit 4b9bfd6ca0
12 changed files with 230 additions and 72 deletions

View File

@@ -71,6 +71,8 @@ export interface PoolsStats {
pools: SinglePoolStats[],
}
export interface ITranslators { [language: string]: string; }
export interface MiningStats {
lastEstimatedHashrate: string,
blockCount: number,