I’m trying to read the transactions database, as detailed here, but having a hard time converting the account from binary format in a str. I’m using python and I know that’s now supported here, but it’s all I have at the moment…
Would anyone know the correct method to decode the binary account format to a normal string in Python?