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¶
Offline¶
• Offline = "Offline"
Indicates that the associated account is delegated
Defined in¶
Online¶
• Online = "Online"
Indicates that the associated account used as part of the delegation pool