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 7e7c047 commit 1024bffCopy full SHA for 1024bff
modules/abstract-utxo/src/abstractUtxoCoin.ts
@@ -296,6 +296,7 @@ type UtxoBaseSignTransactionOptions<TNumber extends number | bigint = number> =
296
* transaction (nonWitnessUtxo)
297
*/
298
allowNonSegwitSigningWithoutPrevTx?: boolean;
299
+ wallet?: UtxoWallet;
300
};
301
302
export type SignTransactionOptions<TNumber extends number | bigint = number> = UtxoBaseSignTransactionOptions<TNumber> &
0 commit comments