You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(sdk-coin-hbar): improve variable naming and typing
- Replace single-letter variable 't' with descriptive 'instructionType' in validateAssociateInstructionOnly method
- Replace 'any' type with proper HederaRecipient type in validateNoTransfers method
- Export Recipient type from lib/index.ts as HederaRecipient to avoid naming conflicts
Ticket: WP-5746
0 commit comments