toAddress method

XRPAddress toAddress()

Converts the XRPPublicKey to an XRPAddress.

Implementation

XRPAddress toAddress() {
  return XRPAddress.fromPublicKeyBytes(toBytes(), algorithm);
}