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?
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?