Function convertStringToHex

  • Converts a string to its hex equivalent. Useful for Memos.

    Parameters

    • string: string

      The string to convert to Hex.

    Returns string

    The Hex equivalent of the string.

    Deprecated

    use @xrplf/isomorphic/utils's stringToHex

Generated using TypeDoc