How can I convert a string x='0x67c31080115dDfeBa0474B3893b2caB1d567438f'
into hex to be x=0x67c31080115dDfeBa0474B3893b2caB1d567438f
?
I want to use the same value of the hex but not in a string format
In other word, how can I treat x as a hex value not a string type ( without ' ' )
Thanks