calculate & index cpfp packages

This commit is contained in:
Mononaut
2022-11-27 13:46:23 +09:00
parent 3406758fd2
commit 9b6a012476
13 changed files with 295 additions and 21 deletions

View File

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