Skip to content

Commit

Permalink
add jsdoc for added skipReceiveAddress property
Browse files Browse the repository at this point in the history
TICKET: WP-1271
  • Loading branch information
kisslove-dewangan committed Jan 16, 2025
1 parent f7eaefe commit 9cf92e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/sdk-core/src/bitgo/wallet/iWallets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,10 @@ export interface ListWalletOptions extends PaginationOptions {
skip?: number;
getbalances?: boolean;
allTokens?: boolean;
/**
* Optional property for receiving an address.
* If skipReceiveAddress is set to true, the receiveAddress property will not be returned in the wallet object.
*/
skipReceiveAddress?: boolean;
}

Expand Down

0 comments on commit 9cf92e2

Please sign in to comment.