getPrivateKeyBs58 method

String getPrivateKeyBs58()

Implementation

String getPrivateKeyBs58() {
  return base58.encode(getPrivateKeyBytes());
}