Convert utility files in src/lib/** and src/utils/** to TypeScript. These are foundational modules used across the application for Stellar SDK interactions, data transformation, and formatting.
Acceptance Criteria:
- All
.js files converted to .ts
- Functions have proper parameter and return types
- Complex data structures have interfaces defined
- SDK utility types are properly exported
- Unit tests remain passing
- Documentation includes type examples
Convert utility files in
src/lib/**andsrc/utils/**to TypeScript. These are foundational modules used across the application for Stellar SDK interactions, data transformation, and formatting.Acceptance Criteria:
.jsfiles converted to.ts