toEIP55 method

String toEIP55()

Implementation

String toEIP55() {
  return this;
  // return EthereumAddress.fromHex(this).hexEip55;
}