toAddress method
Converts the public key to an Ethereum address.
Implementation
ETHAddress toAddress() {
return ETHAddress.fromPublicKey(toBytes());
}
Converts the public key to an Ethereum address.
ETHAddress toAddress() {
return ETHAddress.fromPublicKey(toBytes());
}