I am looking for some Pyteal / AlgoSDK functions:
- The function writing the global states of specified external contracts.
Currently, the function of App.globalPut in pyteal is only able to write global state inside the given contract. I think the functionality I am looking for looks like App.globalExPut.
- The function returning the creator account public address of the smart contract.
This means I am finding something similar to App.getCreator().
-
The function listing the opted accounts of a given application.
-
The function returning all transactions engaging inside the noted application.
Any advice?