base58 method

String base58()

Implementation

String base58() {
  return encode(Encoding.base58);
}