display indexed cpfp info on non-mempool txs

This commit is contained in:
Mononaut
2022-11-27 13:46:54 +09:00
parent bc076a850e
commit 32b7fa6f90
3 changed files with 44 additions and 22 deletions

View File

@@ -22,7 +22,9 @@ interface BestDescendant {
export interface CpfpInfo {
ancestors: Ancestor[];
bestDescendant: BestDescendant | null;
descendants?: Ancestor[];
bestDescendant?: BestDescendant | null;
effectiveFeePerVsize?: number;
}
export interface DifficultyAdjustment {