Add block fees vs subsidy bar chart

This commit is contained in:
natsoni
2024-05-03 12:33:05 +02:00
parent 1b25a71d9f
commit 453a2224cd
10 changed files with 630 additions and 0 deletions

View File

@@ -50,6 +50,13 @@ class Mining {
);
}
/**
* Get historical (not averaged) block total fee
*/
public async $getHistoricalExactBlockFees(height: string | null = null): Promise<any> {
return await BlocksRepository.$getHistoricalExactBlockFees(height);
}
/**
* Get historical block rewards
*/