ensureBytecodePrefix
Ensures that the given bytecode has the correct prefix. If the bytecode already starts with "0x", it is returned as is. Otherwise, the prefix "0x" is added to the bytecode.
Example
Parameters
Returns
The bytecode with the correct prefix.