We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a01f806 commit 72bc27fCopy full SHA for 72bc27f
packages/sdk/src/transactions/types.ts
@@ -84,7 +84,7 @@ export interface UTXO {
84
confirmation: number
85
}
86
87
-export type UTXOLimited = Pick<UTXO, "txid" | "n" | "sats" | "scriptPubKey">
+export type UTXOLimited = Pick<UTXO, "txid" | "n" | "sats" | "scriptPubKey" | "confirmation">
88
89
export interface Output {
90
address: string
0 commit comments