We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently there is no way to modify the default sender for app calls.
Have a public setter for the default setter in the app client
Non-breaking change Allows more flexibility in app client usage
None
The text was updated successfully, but these errors were encountered:
Does https://github.com/algorandfoundation/algokit-utils-ts/blob/main/src/types/app-client.ts#L335-L338 cover it or am I misunderstanding something?
Sorry, something went wrong.
No branches or pull requests
Problem
Currently there is no way to modify the default sender for app calls.
Solution
Proposal
Have a public setter for the default setter in the app client
Pros and Cons
Non-breaking change
Allows more flexibility in app client usage
Dependencies
None
The text was updated successfully, but these errors were encountered: