You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, I have to separately specify the account for an application if I want to use it in my smart contract, even if I already specified that I will need access to the application itself.
Solution
Make it so the smart contract automatically has access to the app's address if it specifies the app in its foreign apps array.
The text was updated successfully, but these errors were encountered:
actually, probably want a stronger statement: you should have access to any app account for any app that is available to you. i.e. if it was created earlier in the transaction group.
Note that this story excludes writing to these app accounts that you get access to now implicitly - if you want to write to it, you still have to reference it in your foreign accounts array. (but you can still pay to it and read from it)
Problem
Currently, I have to separately specify the account for an application if I want to use it in my smart contract, even if I already specified that I will need access to the application itself.
Solution
Make it so the smart contract automatically has access to the app's address if it specifies the app in its foreign apps array.
The text was updated successfully, but these errors were encountered: