Show / Hide Table of Contents

    Enum OnCompletion

    \[apan\] defines the what additional actions occur with the transaction. Valid types: * noop * optin * closeout * clear * update * update * delete

    Namespace: Algorand.V2.Model
    Assembly: Algorand.dll
    Syntax
    public enum OnCompletion

    Fields

    Name Description
    Clear

    Enum Clear for value: clear

    Closeout

    Enum Closeout for value: closeout

    Delete

    Enum Delete for value: delete

    Noop

    Enum Noop for value: noop

    Optin

    Enum Optin for value: optin

    Update

    Enum Update for value: update

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX