ReferenceNil.jsfunctionsFunction: isHexString()On this pageFunction: isHexString() function isHexString(value): value is `0x${string}` Checks if the value is a hex string. If the value is a hex string, returns true. Otherwise, returns false. Parameters ParameterTypeDescriptionvalueunknownThe value to check. Returns value is `0x${string}` Defined in nil/nil.js/src/utils/hex.ts:10