OnUpdate
Defined in: src/app.ts:192
What action to perform when deploying an app and an update is detected in the TEAL code
Enumeration Members
Section titled “Enumeration Members”AppendApp
Section titled “AppendApp”AppendApp:
3
Defined in: src/app.ts:200
Create a new app
Fail:
0
Defined in: src/app.ts:194
Fail the deployment
ReplaceApp
Section titled “ReplaceApp”ReplaceApp:
2
Defined in: src/app.ts:198
Delete the app and create a new one in its place
UpdateApp
Section titled “UpdateApp”UpdateApp:
1
Defined in: src/app.ts:196
Update the app