return more complete cpfp data for mempool transactions

This commit is contained in:
Mononaut
2022-11-27 17:48:25 +09:00
parent 3e7270d1c5
commit 205d832d31
4 changed files with 18 additions and 12 deletions

View File

@@ -72,6 +72,7 @@ export interface TransactionExtended extends IEsploraApi.Transaction {
firstSeen?: number;
effectiveFeePerVsize: number;
ancestors?: Ancestor[];
descendants?: Ancestor[];
bestDescendant?: BestDescendant | null;
cpfpChecked?: boolean;
deleteAfter?: number;