Accessing local state using PyTEAL
I’m having some trouble accessing the local state using PyTeal. I’m trying to store a value in the local state of an account that has opted-in to the smart contract this way: App.localPut(Int(0),Bytes("owner"), account_1) , where account_1 is an Algorand address and this transaction works fine. Now, I’m trying to send a NoOp transaction from… Read More Accessing local state using PyTEAL