fromB58 function

Uint8List fromB58(
  1. String str
)

Implementation

Uint8List fromB58(String str) => base58Decode(str);