Skip to content

CallConfig

class algokit_utils.applications.app_spec.arc32.CallConfig

Section titled “class algokit_utils.applications.app_spec.arc32.CallConfig”

Bases: enum.IntFlag

Describes the type of calls a method can be used for based on {py:class}`algosdk.transaction.OnComplete` type

Never handle the specified on completion type

Only handle the specified on completion type for application calls

Only handle the specified on completion type for application create calls

Handle the specified on completion type for both create and normal application calls