clearStateProgram property

  1. @JsonKey(name: 'clear-state-program')
String? 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

@JsonKey(name: 'clear-state-program')
final String? clearStateProgram;