toAddress method
Converts the XRPPublicKey to an XRPAddress.
Implementation
XRPAddress toAddress() {
return XRPAddress.fromPublicKeyBytes(toBytes(), algorithm);
}
Converts the XRPPublicKey to an XRPAddress.
XRPAddress toAddress() {
return XRPAddress.fromPublicKeyBytes(toBytes(), algorithm);
}