Skip to content

Migrate Utility Functions and Libraries to TypeScript #246

Description

@Nanle-code

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

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions