hexFix()
Remove the '0x' from hexadecimal numbers
function hexFix(word)Name
Type
Description
var hex = "0x48656c6c6f2c20576f726c6421";
var hexString = CircularProtocolAPI.hexFix(hex);48656c6c6f2c20576f726c6421Last updated
Remove the '0x' from hexadecimal numbers
function hexFix(word)var hex = "0x48656c6c6f2c20576f726c6421";
var hexString = CircularProtocolAPI.hexFix(hex);48656c6c6f2c20576f726c6421Last updated