Add avg mining pool block mathrate in pools stats API
This commit is contained in:
@@ -16,6 +16,7 @@ export interface PoolInfo {
|
||||
link: string;
|
||||
blockCount: number;
|
||||
slug: string;
|
||||
avgMatchRate: number;
|
||||
}
|
||||
|
||||
export interface PoolStats extends PoolInfo {
|
||||
|
||||
Reference in New Issue
Block a user