AppClientCompilationParams
@algorandfoundation/algokit-utils / types/app-client / AppClientCompilationParams
types/app-client.AppClientCompilationParams
Table of contents
Properties
Properties
deletable
• Optional
deletable: boolean
Whether or not the contract should have deploy-time permanence control set, undefined = ignore
Defined in
deployTimeParams
• Optional
deployTimeParams: TealTemplateParams
Any deploy-time parameters to replace in the TEAL code
Defined in
updatable
• Optional
updatable: boolean
Whether or not the contract should have deploy-time immutability control set, undefined = ignore