types indexer.AccountParticipation
@algorandfoundation/algokit-utils / types/indexer / AccountParticipation
Interface: AccountParticipation¶
types/indexer.AccountParticipation
AccountParticipation describes the parameters used by this account in consensus protocol. https://developer.algorand.org/docs/rest-apis/indexer/#accountparticipation
Table of contents¶
Properties¶
- selection-participation-key
- state-proof-key
- vote-first-valid
- vote-key-dilution
- vote-last-valid
- vote-participation-key
Properties¶
selection-participation-key¶
• selection-participation-key: string
[sel] Selection public key (if any) currently registered for this round.
Pattern: "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==\|[A-Za-z0-9+/]{3}=)?$"
Defined in¶
state-proof-key¶
• Optional
state-proof-key: string
[stprf] Root of the state proof key (if any).
Pattern: "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==\|[A-Za-z0-9+/]{3}=)?$"
Defined in¶
vote-first-valid¶
• vote-first-valid: number
[voteFst] First round for which this participation is valid.
Defined in¶
vote-key-dilution¶
• vote-key-dilution: number
[voteKD] Number of subkeys in each batch of participation keys.
Defined in¶
vote-last-valid¶
• vote-last-valid: number
[voteLst] Last round for which this participation is valid.
Defined in¶
vote-participation-key¶
• vote-participation-key: string
[vote] root participation public key (if any) currently registered for this round.
Pattern: "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==\|[A-Za-z0-9+/]{3}=)?$"