ClearStateOC is similar to CloseOutOC, but may never fail. This allows users to reclaim their minimum balance from an application they no longer wish to opt in to.
CloseOutOC indicates that an application transaction will deallocate some LocalState for the application from the user's account
DeleteApplicationOC indicates that an application transaction will delete the AppParams for the application from the creator's balance record
NoOpOC indicates that an application transaction will simply call its ApprovalProgram
OptInOC indicates that an application transaction will allocate some LocalState for the application in the sender's account
UpdateApplicationOC indicates that an application transaction will update the ApprovalProgram and ClearStateProgram for the application
Generated using TypeDoc
Enums for application transactions on-transaction-complete behavior