Add blocks.extras.totalFees and show it in blockchain blocks component

This commit is contained in:
nymkappa
2022-02-22 23:57:54 +09:00
parent af9cbf578e
commit 42bf77eccf
4 changed files with 6 additions and 1 deletions

View File

@@ -101,6 +101,7 @@ export interface PoolStat {
}
export interface BlockExtension {
totalFees?: number;
medianFee?: number;
feeRange?: number[];
reward?: number;