Move reward stats to component - Add /api/v1/mining/reward-stats/{blockCount}
This commit is contained in:
@@ -209,3 +209,9 @@ export interface IDifficultyAdjustment {
|
||||
timeAvg: number;
|
||||
timeOffset: number;
|
||||
}
|
||||
|
||||
export interface RewardStats {
|
||||
totalReward: number;
|
||||
totalFee: number;
|
||||
totalTx: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user