js-stellar-sdk
js-stellar-sdk copied to clipboard
Improve type safety for low-level SDK components (incremental migration)
Motivation: Reduce runtime bugs and developer friction by providing strong typing for core low-level modules (XDR helpers, encoding/decoding, core transaction builders).
Proposed approach:
- Inventory critical low-level modules and prioritize by impact.
- Add TypeScript support and enable incremental migration for prioritized modules only.
Parent epic: #1243