Description
Difficulty: Expert
Type: Feature
Summary
Add or design a balance model that can represent multiple assets for one account.
Current Behaviour
A simple balance model may not scale when accounts hold XLM and issued assets.
Expected Behaviour
The SDK should expose balances in a typed structure that supports multiple assets and clear display metadata.
Suggested Implementation
Review account balance helpers and design a model for native, issued, unavailable, and unknown balance states.
Files or Areas Likely Affected
src/accounts/
src/wallet/
src/types/
tests/
docs/
Acceptance Criteria
Additional Notes
This should support future mobile asset display.
Description
Difficulty: Expert
Type: Feature
Summary
Add or design a balance model that can represent multiple assets for one account.
Current Behaviour
A simple balance model may not scale when accounts hold XLM and issued assets.
Expected Behaviour
The SDK should expose balances in a typed structure that supports multiple assets and clear display metadata.
Suggested Implementation
Review account balance helpers and design a model for native, issued, unavailable, and unknown balance states.
Files or Areas Likely Affected
src/accounts/
src/wallet/
src/types/
tests/
docs/
Acceptance Criteria
Additional Notes
This should support future mobile asset display.