Adds "0x" prefix to a given hex string if it's not already present.
The hex string to be prefixed.
The hex string with "0x" prefix.
An error if the input string is not a valid hex string.
Generated using TypeDoc
Adds "0x" prefix to a given hex string if it's not already present.