AppClientDeployCallInterfaceParams
@algorandfoundation/algokit-utils / types/app-client / AppClientDeployCallInterfaceParams
types/app-client.AppClientDeployCallInterfaceParams
Call interface parameters to pass into ApplicationClient.deploy
Hierarchy
Section titled “Hierarchy”-
AppClientDeployCallInterfaceParams
Table of contents
Section titled “Table of contents”Properties
Section titled “Properties”Properties
Section titled “Properties”createArgs
Section titled “createArgs”• Optional createArgs: AppClientCallArgs
Any args to pass to any create transaction that is issued as part of deployment
Defined in
Section titled “Defined in”createOnCompleteAction
Section titled “createOnCompleteAction”• Optional createOnCompleteAction: "no_op" | "opt_in" | "close_out" | "update_application" | "delete_application" | NoOpOC | OptInOC | CloseOutOC | UpdateApplicationOC | DeleteApplicationOC
Override the on-completion action for the create call; defaults to NoOp
Defined in
Section titled “Defined in”deleteArgs
Section titled “deleteArgs”• Optional deleteArgs: AppClientCallArgs
Any args to pass to any delete transaction that is issued as part of deployment
Defined in
Section titled “Defined in”deployTimeParams
Section titled “deployTimeParams”• Optional deployTimeParams: TealTemplateParams
Any deploy-time parameters to replace in the TEAL code
Defined in
Section titled “Defined in”updateArgs
Section titled “updateArgs”• Optional updateArgs: AppClientCallArgs
Any args to pass to any update transaction that is issued as part of deployment