Toggles the endianess of a hex string. 0xBEEF > 0xEFBE If string is little Endianess it turns into Big Endianess, and vice versa
0xBEEF
0xEFBE
This method is mainly used for Smart Contract messaging and data inspection
The hex string to be converted
The converted string as hex string
Toggles the endianess of a hex string.
0xBEEF
>0xEFBE
If string is little Endianess it turns into Big Endianess, and vice versa