Closed
Description
opened on Aug 29, 2018
Implement an Address
interface that ValAddress
, AccAddress
, and ConsAddress
will implement. All of these addresses all implement the same methods, so it makes sense to implement a common interface. This will also allow us to DRY up a solid chunk of test code and utility functions.
Activity