toAddress method
Method to obtain the corresponding Tron address from the public key
Implementation
TronAddress toAddress() {
return TronAddress.fromPublicKey(toBytes());
}
Method to obtain the corresponding Tron address from the public key
TronAddress toAddress() {
return TronAddress.fromPublicKey(toBytes());
}