-
Notifications
You must be signed in to change notification settings - Fork 10
CP-12207: Add xp balance fetching in background #3285
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
base: main
Are you sure you want to change the base?
Conversation
07923b8
to
ec40e8d
Compare
2d95ccd
to
48f5f37
Compare
error: Error | null | ||
} | ||
|
||
export type BalancesForXpAddress = Omit<BalancesForAccount, 'accountId'> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like it still contains accountAddress. shouldn't this just contain the walletId?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use the accountAddress as key in Balances, so later on we can use the address to render balance by each address.
Description
Ticket: CP-12207
Please provide:
boolean
type toRecord<QueryType, QueryStatus>
Screenshots/Videos
Include relevant screenshots or screen recordings of iOS and Android.
Screen.Recording.2025-10-14.at.6.42.41.PM.mov
Testing
Dev Testing (if applicable)
fetching xp balances
QA Testing (if applicable)
Checklist
Please check all that apply (if applicable)