Skip to content

AccountStatus

@algorandfoundation/algokit-utils / types/indexer / 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:195


Offline

Offline = "Offline"

Indicates that the associated account is delegated

Defined in

src/types/indexer.ts:191


Online

Online = "Online"

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

Defined in

src/types/indexer.ts:193