You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Implement an
Address
interface thatValAddress
,AccAddress
, andConsAddress
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.The text was updated successfully, but these errors were encountered: