Zilliqa / zilliqa-js

JavaScript SDK for Zilliqa blockchain
https://www.npmjs.com/package/@zilliqa-js/zilliqa
GNU General Public License v3.0
131 stars 74 forks source link

Add type declaration for signature and change require to import #423

Closed hatzz closed 2 years ago

hatzz commented 2 years ago

Fixes #422

This is an ugly hack but passes the tests in the repo. This change also fixed the issue i was having with vite building. I don't think this is any different from just having Signature as implicit any but the typings can definetly be worked on.