Hey guys so I was fiddling around with an dapp Idea.
When I get a specific address from the smart contract,
it gives me a specific encoded type
for example 9HUG4x4wVzHmXRedwA6b9ygZbN/KGeDfmRDLgGZtLmI= .
How can I decode that to the the public address I want?
you can simple pass that encoded string to pyteal.Base64Decode()
this class would return an string that would be decoded public address.