Interface TEALProgramSetter<T extends TEALProgramSetter<T>>

    • Method Detail

      • approvalProgram

        T approvalProgram​(TEALProgram approvalProgram)
        ApprovalProgram determines whether or not this ApplicationCall transaction will be approved or not.
      • clearStateProgram

        T clearStateProgram​(TEALProgram clearStateProgram)
        ClearStateProgram executes when a clear state ApplicationCall transaction is executed. This program may not reject the transaction, only update state.