Add fee to Cpfp API

This commit is contained in:
softsimon
2024-07-18 16:44:00 +08:00
parent 0a116804e8
commit cdaf42797f
3 changed files with 4 additions and 0 deletions

View File

@@ -223,6 +223,7 @@ export interface CpfpInfo {
sigops?: number;
adjustedVsize?: number,
acceleration?: boolean,
fee?: number;
}
export interface TransactionStripped {