Function swapEndianness

  • Decode a hexadecimal-encoded string into bytes, reverse it, then re-encode.

    Parameters

    • validHex: string

      a string of valid, hexadecimal-encoded data. See hexToBin for more information.

    Returns string

Generated using TypeDoc