How to convert a QByteArray to base58?
Solved
General and Desktop
-
Hi
You could use something like this and change it to use QString or simpy convert QString to std::string
https://gist.github.com/miguelmota/ff591873da4f76393ce48efe62d49fd1 -
I ended up using this library. Just in case somebody else faces a similar problem.