js-stellar-sdk icon indicating copy to clipboard operation
js-stellar-sdk copied to clipboard

Improve type safety for low-level SDK components (incremental migration)

Open sagpatil opened this issue 2 months ago • 1 comments

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.

sagpatil avatar Oct 22 '25 06:10 sagpatil

Parent epic: #1243

sagpatil avatar Oct 22 '25 06:10 sagpatil