Assert that a value is a valid hex string. A valid hex string must start with the "0x"-prefix.
If the value is not a valid hex string.
The value to check.
Assert that a value is a valid hex string. A valid hex string must start with the "0x"-prefix.
Throws
If the value is not a valid hex string.