bitaccess / coinlib

A unified nodejs API for sending and receiving crypto payments
MIT License
70 stars 27 forks source link

rc/v7.0.8 #368

Closed dylanseago closed 1 year ago

dylanseago commented 1 year ago

Refactor any base types, interfaces, or constants out of coinlib-common and into a new package called coinlib-types. This allows library consumers to import just the types without transitive dependencies on heavy native deps (tiny-secp, bip32, etc).