Add avg mining pool block mathrate in pools stats API

This commit is contained in:
nymkappa
2023-02-20 17:31:07 +09:00
parent e2585da7aa
commit e3e7271c9d
3 changed files with 14 additions and 3 deletions

View File

@@ -16,6 +16,7 @@ export interface PoolInfo {
link: string;
blockCount: number;
slug: string;
avgMatchRate: number;
}
export interface PoolStats extends PoolInfo {