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
Trying to do an inner transaction that's an application call to a specified application index with arguments provided in a way that allows for any application to be called, with any arguments. As far as I can tell, there's no way to specify the arguments at the moment. Maybe it is yet to be implemented?
The reason I need this inner transaction, is I'm trying to make an "escrow wallet" that allows for arbitrary inner transactions to be called to simulate a generic wallet, with some basic management applied on top. Perhaps you can think of an alternative way to do an application call, from the contract account, that's triggered externally?
Hi,
Trying to do an inner transaction that's an application call to a specified application index with arguments provided in a way that allows for any application to be called, with any arguments. As far as I can tell, there's no way to specify the arguments at the moment. Maybe it is yet to be implemented?
See: https://github.com/FrankSzendzielarz/AlgorandVisualStudio/blob/main/Transactions/InnerTransactions.md
for inner transaction docs. Below the AppCall class spec is given.
Kind regards.
The text was updated successfully, but these errors were encountered: