Algorand TypeScript
    Preparing search index...

    Enumeration OnCompleteAction

    The possible on complete actions a method can handle, represented as an integer

    Index

    Enumeration Members

    ClearState: 3

    Run the clear state program and forcibly close the user out of the contract

    CloseOut: 2

    Close the calling user out of the contract

    DeleteApplication: 5

    Delete the application

    NoOp: 0

    Do nothing after the transaction has completed

    OptIn: 1

    Opt the calling user into the contract

    UpdateApplication: 4

    Replace the application's approval and clear state programs with the bytes from this transaction