Hi guys, I’m developing a TEAL Smart contract with the following functionality in mind:
On Optin call from an account, register the account address on a global table.
Set local account state key.
This is possible during the optin transaction? I guess you can modify the global state but Im not sure about local since Optin should be -if im correct- allocating local space and not more.