sarvalabs / js-moi-sdk

JavaScript library to interact with MOI Protocol via RPC API
https://js-moi-sdk.docs.moi.technology/
Apache License 2.0
24 stars 2 forks source link

fix: enhance hex utility functions to handle non-string inputs and improve type safety #101

Open 0xharshrastogi opened 6 days ago

0xharshrastogi commented 6 days ago

FIX: Handle non-string inputs and improve type safety

This pull request fix hex utility functions to handle non-string inputs and improve type safety

Changes include

Checklist