toEthAddress method

EthereumAddress toEthAddress()

Implementation

EthereumAddress toEthAddress() {
  return EthereumAddress(addressBytes);
}