Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(sdk-core): add skipReceiveAddress optional parameter IWallets #5373

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

kisslove-dewangan
Copy link

TICKET: WP-1271

@@ -166,6 +166,7 @@ export interface ListWalletOptions extends PaginationOptions {
skip?: number;
getbalances?: boolean;
allTokens?: boolean;
skipReceiveAddress?: boolean;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a jsdoc for this.

Can you also create a test showing the api gets called with this new field?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added test case and jsdoc

@kisslove-dewangan kisslove-dewangan force-pushed the WP-1271-get-wallet-list-sdk-changes branch from 9cf92e2 to 5cc023a Compare January 16, 2025 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants