toBase58 method

String toBase58()

Implementation

String toBase58() {
  return toB58(_bytes);
}