Add new stats in mining pool page

This commit is contained in:
nymkappa
2023-03-16 16:13:11 +09:00
parent c958d4b4f3
commit 883300cb2b
7 changed files with 128 additions and 65 deletions

View File

@@ -107,8 +107,8 @@ export interface PoolStat {
'1w': number,
};
estimatedHashrate: number;
reportedHashrate: number;
luck?: number;
avgBlockHealth: number;
totalReward: number;
}
export interface BlockExtension {