toEthereumAddress method

ETHAddress toEthereumAddress()

Implementation

ETHAddress toEthereumAddress() {
  if (this is ETHAddress) return this as ETHAddress;
  return ETHAddress(toHex());
}