display indexed cpfp info on non-mempool txs

This commit is contained in:
Mononaut
2022-11-27 13:46:54 +09:00
parent 9b6a012476
commit fa515402bf
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 {