For non Bitcoin network, run legacy API code, but keep the same endpoint

This commit is contained in:
nymkappa
2022-05-23 13:02:18 +02:00
parent 8f57272ea0
commit 88fba3f506
5 changed files with 50 additions and 10 deletions

View File

@@ -81,7 +81,7 @@ export interface TransactionStripped {
export interface BlockExtension {
totalFees?: number;
medianFee?: number; // Actually the median fee rate that we compute ourself
medianFee?: number;
feeRange?: number[];
reward?: number;
coinbaseTx?: TransactionMinerInfo;