decred / tinydecred

Python tools for Decred
ISC License
27 stars 14 forks source link

Need an address module #64

Closed buck54321 closed 4 years ago

buck54321 commented 4 years ago

Right now, the *Address types are in the crypto module. This is different than dcrd, which has a separate dcrutil package for addresses and a few other common types. They really don't belong in crypto, but in our case dcrutil isn't great, because the types will be used for other assets. Simply util isn't great because we already have a package util. Maybe just an address module?