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.
2 parents 9eda9f2 + 1720ac3 commit 63603b3Copy full SHA for 63603b3
modules/sdk-core/src/bitgo/wallet/iWallet.ts
@@ -323,6 +323,7 @@ export interface UnspentsOptions extends PaginationOptions {
323
target?: number | string;
324
segwit?: boolean;
325
chains?: number[];
326
+ unspentIds?: string[];
327
}
328
329
export interface ManageUnspentReservationOptions {
modules/sdk-core/src/bitgo/wallet/wallet.ts
@@ -643,6 +643,7 @@ export class Wallet implements IWallet {
643
'prevId',
644
'segwit',
645
'target',
646
+ 'unspentIds',
647
]);
648
649
return this.bitgo.get(this.url('/unspents')).query(query).result();
0 commit comments