-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to handle external transaction intents #120
Comments
From #43:
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for contributing to Aragon! 🦅 |
It would be interesting to let a frontend create transactions for external contracts (and not just the app's listed contract) in cases where an app needs to communicate to multiple contracts (e.g. in patterns where the initial app contract is a factory for a few other contracts).
The built transaction should probably still go through the
transactions
observable, and any frontends should display them with slightly different information (e.g. "This will send a transaction to an external contract at0x...
")The text was updated successfully, but these errors were encountered: