SendAppCreateTransactionResult
class algokit_utils.transactions.transaction_sender.SendAppCreateTransactionResult
Section titled “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_
Section titled “app*id *: int_”The ID of the newly created application
app*address *: str_
Section titled “app*address *: str_”The address of the newly created application