Skip to content

AccountStatus

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

types/indexer.AccountStatus

Delegation status of the account

NotParticipating = "NotParticipating"

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

src/types/indexer.ts:195


Offline = "Offline"

Indicates that the associated account is delegated

src/types/indexer.ts:191


Online = "Online"

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

src/types/indexer.ts:193