Skip to content

Add JSDoc to encodeMuxed() with @throws and @param tags#157

Merged
codeZe-us merged 1 commit intoBoxkit-Labs:mainfrom
Jay1280:jsDocs
Mar 26, 2026
Merged

Add JSDoc to encodeMuxed() with @throws and @param tags#157
codeZe-us merged 1 commit intoBoxkit-Labs:mainfrom
Jay1280:jsDocs

Conversation

@Jay1280
Copy link
Copy Markdown
Contributor

@Jay1280 Jay1280 commented Mar 26, 2026

Closes #125

Add comprehensive JSDoc documentation to encodeMuxed() function with proper parameter descriptions, return type, and all potential thrown errors. This improves IDE tooltips and API discoverability for consumers.

Changes:

Added JSDoc block with @param, @returns, and @throws tags
Documented TypeError for invalid bigint parameter
Documented RangeError for uint64 boundary violations
Documented Error for invalid Ed25519 public keys
Closes #125

@drips-wave
Copy link
Copy Markdown

drips-wave bot commented Mar 26, 2026

@Jay1280 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@codeZe-us codeZe-us self-requested a review March 26, 2026 21:09
Copy link
Copy Markdown
Contributor

@codeZe-us codeZe-us left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Jay1280 this is okay, thanks

@codeZe-us codeZe-us merged commit eece933 into Boxkit-Labs:main Mar 26, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add JSDoc to encodeMuxed() with @throws and @param tags

2 participants