Skip to content

AppUpdateMethodCallParams

class algokit_utils.transactions.transaction_composer.AppUpdateMethodCallParams

Bases: _BaseAppMethodCall

Parameters for an ABI method call that updates an application.

app*id *: int_

The ID of the application

approval*program *: str | bytes_

The program to execute for all OnCompletes other than ClearState

clear*state_program *: str | bytes_

The program to execute for ClearState OnComplete

on*complete *: algosdk.transaction.OnComplete_

The OnComplete action