Skip to content

Create Publication

We are looking for publications that demonstrate building dApps or smart contracts!
See the full list of Gitcoin bounties that are eligible for rewards.

types indexer.ApplicationOnComplete

@algorandfoundation/algokit-utils / types/indexer / ApplicationOnComplete

Enumeration: ApplicationOnComplete

types/indexer.ApplicationOnComplete

Defines the what additional actions occur with the transaction https://developer.algorand.org/docs/rest-apis/indexer/#oncompletion

Table of contents

Enumeration Members

Enumeration Members

clear

clear = "clear"

Defined in

src/types/indexer.ts:677


closeout

closeout = "closeout"

Defined in

src/types/indexer.ts:676


delete

delete = "delete"

Defined in

src/types/indexer.ts:679


noop

noop = "noop"

Defined in

src/types/indexer.ts:674


optin

optin = "optin"

Defined in

src/types/indexer.ts:675


update

update = "update"

Defined in

src/types/indexer.ts:678