base58/impl/base58 library

Constants

bitcoin → const String
Define the BITCOIN (BTC) base58 alphabet.
ripple → const String
Define the Ripple (XRP) base58 alphabet.

Functions

decode(String string, {String alphabet = bitcoin}) Uint8List
Decode a string into Uint8List data using the specified alphabet.
encode(Uint8List source, {String alphabet = bitcoin}) String
Encode Uint8List data into a string using the specified alphabet.