Hi, guys. I want to know how can I convert transaction hash from base64 to hex, like this
Oct 12, 2023, 2:01 AM
Python: base64.b16encode(base64.b64decode(b'nqn...'))
Oct 12, 2023, 2:02 AM
So another question is how do I convert a bigint to hex?
My questions might be a bit silly because I'm a newbie😹
Oct 12, 2023, 2:23 AM