Function convertHexToString

  • Converts hex to its string equivalent. Useful to read the Domain field and some Memos.

    Parameters

    • hex: string

      The hex to convert to a string.

    • encoding: string = 'utf8'

      The encoding to use. Defaults to 'utf8' (UTF-8). 'ascii' is also allowed.

    Returns string

    The converted string.

    Deprecated

    use @xrplf/isomorphic/utils's hexToString

Generated using TypeDoc