Open
Description
By having an interface EthereumAddress we can forget about all the type related issues (string vs hex, etc).
If we have an EthereumAddress obj also we could call toChecksumAddress inside of the constructor and have some utility function like toShortString (which could return 0x1234...1234
), etc.
cc: @danfinlay