Hi everyone,
i want to ask if there are anyway to get the address (58 length) from hex value (64 length).
the story is i got base64 input, then i decode it to hex (it does include padding hex of others value) and get the address in hex value (i beleive that since when i paste it in the explorer, it did show the correct address)
so how does that work? it would be great if you could write it in python.
Thanks for your answer. i did read it but what i got is hex value, not base64 value.
the hex value with length of 64 and it does represent the address (58 length) i believe