Index more data using getblockstats core RPC

This commit is contained in:
nymkappa
2022-03-10 14:21:11 +01:00
parent d82f9c4998
commit 8ca3f6e72b
4 changed files with 23 additions and 45 deletions

View File

@@ -90,12 +90,7 @@ export interface BlockExtension {
};
avgFee?: number;
avgFeeRate?: number;
maxFee?: number;
maxFeeRate?: number;
minFee?: number;
minFeeRate?: number;
subsidy?: number;
medianFeeValue?: number; // The actual median fee amount from getblockstats RPC
coinbaseRaw?: string;
}
export interface BlockExtended extends IEsploraApi.Block {