AppUpdateMethodCallParams
class algokit_utils.transactions.transaction_composer.AppUpdateMethodCallParams
Section titled “class algokit_utils.transactions.transaction_composer.AppUpdateMethodCallParams”Bases: _BaseAppMethodCall
Parameters for an ABI method call that updates an application.
app*id *: int_
Section titled “app*id *: int_”The ID of the application
approval*program *: str | bytes_
Section titled “approval*program *: str | bytes_”The program to execute for all OnCompletes other than ClearState
clear*state_program *: str | bytes_
Section titled “clear*state_program *: str | bytes_”The program to execute for ClearState OnComplete
on*complete *: algosdk.transaction.OnComplete_
Section titled “on*complete *: algosdk.transaction.OnComplete_”The OnComplete action