toBase58 method

String toBase58()

Implementation

String toBase58() {
  // For now, still use the legacy format by default
  return toString();
}