Skip to content

SendAppUpdateTransactionResult

class algokit_utils.transactions.transaction_sender.SendAppUpdateTransactionResult

Bases: SendAppTransactionResult[ABIReturnT]

Result of updating an application.

Contains the compiled approval and clear programs.

compiled*approval *: Any | None_ = None

The compiled approval program

compiled*clear *: Any | None_ = None

The compiled clear state program