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

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

src/types/indexer.ts:783


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

src/types/indexer.ts:788


vote-first-valid

vote-first-valid: number

[voteFst] First round for which this participation is valid.

Defined in

src/types/indexer.ts:790


vote-key-dilution

vote-key-dilution: number

[voteKD] Number of subkeys in each batch of participation keys.

Defined in

src/types/indexer.ts:792


vote-last-valid

vote-last-valid: number

[voteLst] Last round for which this participation is valid.

Defined in

src/types/indexer.ts:794


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}=)?$"

Defined in

src/types/indexer.ts:799