clearStateProgram property

TEALProgram? clearStateProgram
final

Logic executed for application transactions with on-completion set to "clear". It can read and write global state for the application, as well as account-specific local state. Clear state programs cannot reject the transaction.

Implementation

final TEALProgram? clearStateProgram;