Function toBase58

  • Converts the given string data into a base58 formatted string.

    Returns

    the converted data as a string.

    Parameters

    • data: string

      the string data to convert to base58.

    Returns string

Generated using TypeDoc