• Transform the hex-string representation of a UUID to a base58 representation. Base58 uses only numbers and lower and upper-case letters that do not look similar (e.g. l and 1). For example, it converts "602138b9-6bc7-4e8b-87b1-1e8a21fad74d" to "XyurK2Gpx8JYsR9c8QGFUk"

    Parameters

    • uuid: undefined | string

      The UUID to transform

    Returns undefined | string

Generated using TypeDoc