Skip to content

AppClientCompilationParams

@algorandfoundation/algokit-utils / types/app-client / AppClientCompilationParams

types/app-client.AppClientCompilationParams

Optional deletable: boolean

Whether or not the contract should have deploy-time permanence control set, undefined = ignore

src/types/app-client.ts:232


Optional deployTimeParams: TealTemplateParams

Any deploy-time parameters to replace in the TEAL code

src/types/app-client.ts:228


Optional updatable: boolean

Whether or not the contract should have deploy-time immutability control set, undefined = ignore

src/types/app-client.ts:230