• Transform the base58 string representation of a UUID to a hex-string 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 "XyurK2Gpx8JYsR9c8QGFUk" to "602138b9-6bc7-4e8b-87b1-1e8a21fad74d"

    Parameters

    • base58uuid: undefined | string

      The base58 encoded uuid to transform

    Returns undefined | string

Generated using TypeDoc