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.AccountStatus

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

Enumeration: AccountStatus

types/indexer.AccountStatus

Delegation status of the account

Table of contents

Enumeration Members

Enumeration Members

NotParticipating

NotParticipating = "NotParticipating"

Indicates that the associated account is neither a delegator nor a delegate

Defined in

src/types/indexer.ts:774


Offline

Offline = "Offline"

Indicates that the associated account is delegated

Defined in

src/types/indexer.ts:770


Online

Online = "Online"

Indicates that the associated account used as part of the delegation pool

Defined in

src/types/indexer.ts:772