Skip to content

SendAppCreateTransactionResult

class algokit_utils.transactions.transaction_sender.SendAppCreateTransactionResult

Bases: SendAppUpdateTransactionResult[ABIReturnT]

Result of creating a new application.

Contains the app ID and address of the newly created application.

app*id *: int_

The ID of the newly created application

app*address *: str_

The address of the newly created application