toB58 function

String toB58(
  1. Uint8List buffer
)

Implementation

String toB58(Uint8List buffer) => base58Encode(buffer);