Skip to content

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

src/types/app-client.ts:232


deployTimeParams

Optional deployTimeParams: TealTemplateParams

Any deploy-time parameters to replace in the TEAL code

Defined in

src/types/app-client.ts:228


updatable

Optional updatable: boolean

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

Defined in

src/types/app-client.ts:230