Description
Difficulty: Hard
Type: Feature
Summary
Implement a balance display normaliser for SDK consumers.
Current Behaviour
Balances may be displayed inconsistently across wallet, payment, and vault features.
Expected Behaviour
The SDK should provide shared formatting and normalisation helpers for native and issued asset balances.
Suggested Implementation
Create balance types, normalisation utilities, formatting helpers, tests, and docs.
Files or Areas Likely Affected
- src/accounts/
- src/wallet/
- src/utils/
- src/types/
- tests/
- docs/
Acceptance Criteria
Additional Notes
This supports consistent app behaviour.
Description
Difficulty: Hard
Type: Feature
Summary
Implement a balance display normaliser for SDK consumers.
Current Behaviour
Balances may be displayed inconsistently across wallet, payment, and vault features.
Expected Behaviour
The SDK should provide shared formatting and normalisation helpers for native and issued asset balances.
Suggested Implementation
Create balance types, normalisation utilities, formatting helpers, tests, and docs.
Files or Areas Likely Affected
Acceptance Criteria
Additional Notes
This supports consistent app behaviour.