AppUpdateParams
class algokit_utils.transactions.transaction_composer.AppUpdateParams
Section titled “class algokit_utils.transactions.transaction_composer.AppUpdateParams”Bases: _CommonTxnParams
Parameters for updating 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
args : list[bytes] | None = None
Section titled “args : list[bytes] | None = None”Application arguments, defaults to None
account*references *: list[str] | None_ = None
Section titled “account*references *: list[str] | None_ = None”Account references, defaults to None
app*references *: list[int] | None_ = None
Section titled “app*references *: list[int] | None_ = None”App references, defaults to None
asset*references *: list[int] | None_ = None
Section titled “asset*references *: list[int] | None_ = None”Asset references, defaults to None
boxreferences : list[algokit_utils.models.state.BoxReference | algokitutils.models.state.BoxIdentifier] | None = None
Section titled “boxreferences : list[algokit_utils.models.state.BoxReference | algokitutils.models.state.BoxIdentifier] | None = None”Box references, defaults to None
on*complete *: algosdk.transaction.OnComplete | None_ = None
Section titled “on*complete *: algosdk.transaction.OnComplete | None_ = None”The OnComplete action, defaults to None