getPublicKeyBs58 method

String getPublicKeyBs58()

Implementation

String getPublicKeyBs58() {
  return base58.encode(getPublicKeyBytes());
}