Skip to content

AppCreateMethodCallParams

class algokit_utils.transactions.transaction_composer.AppCreateMethodCallParams

Section titled “class algokit_utils.transactions.transaction_composer.AppCreateMethodCallParams”

Bases: _BaseAppMethodCall

Parameters for an ABI method call that creates an application.

The program to execute for all OnCompletes other than ClearState

The program to execute for ClearState OnComplete

The state schema for the app, defaults to None

on*complete *: algosdk.transaction.OnComplete | None_ = None

Section titled “on*complete *: algosdk.transaction.OnComplete | None_ = None”

The OnComplete action (cannot be ClearState), defaults to None

Number of extra pages required for the programs, defaults to None