Skip to content

AppFactoryDeployResult

class algokit_utils.applications.app_factory.AppFactoryDeployResult

Section titled “class algokit_utils.applications.app_factory.AppFactoryDeployResult”

Result from deploying an application via AppFactory

The application metadata

operationperformed : algokitutils.applications.app_deployer.OperationPerformed

Section titled “operationperformed : algokitutils.applications.app_deployer.OperationPerformed”

The operation performed

The create result

The update result

The delete result

Construct an AppFactoryDeployResult from a deployment result.

  • Parameters:
    • response – The deployment response.
    • deploy_params – The deployment parameters.
    • app_spec – The application specification.
    • app_compilation_data – Optional app compilation data.
  • Returns: An instance of AppFactoryDeployResult.