interface icon indicating copy to clipboard operation
interface copied to clipboard

fix: replace @ts-expect-error with proper type assertion in finalizeTransaction

Open sky-coderay opened this issue 2 months ago • 0 comments

Replace unsafe @ts-expect-error with proper type assertion to FinalizedTransactionStatus. This eliminates technical debt, improves type safety, and removes the TODO comment while maintaining runtime correctness since only final transaction statuses are passed to this method.

sky-coderay avatar Oct 13 '25 16:10 sky-coderay