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
It would help users if we export internal tools to them. my specific example currently is (addressToBytes and bytesToAddress).
this can happen in several ways:
selectively exporting the tools from the package root
not bundling the package before publication, thus empowering users to import stuff like orbs-client-sdk/dist/orbs/Account
The text was updated successfully, but these errors were encountered:
It would help users if we export internal tools to them. my specific example currently is (
addressToBytes
andbytesToAddress
).this can happen in several ways:
orbs-client-sdk/dist/orbs/Account
The text was updated successfully, but these errors were encountered: