Skip to content

AccountParticipation

AccountParticipation = object

Defined in: packages/indexer_client/src/models/account-participation.ts:7

AccountParticipation describes the parameters used by this account in consensus protocol.

selectionParticipationKey: Uint8Array

Defined in: packages/indexer_client/src/models/account-participation.ts:11

Selection public key (if any) currently registered for this round.


optional stateProofKey: Uint8Array

Defined in: packages/indexer_client/src/models/account-participation.ts:36

Root of the state proof key (if any)


voteFirstValid: bigint

Defined in: packages/indexer_client/src/models/account-participation.ts:16

First round for which this participation is valid.


voteKeyDilution: bigint

Defined in: packages/indexer_client/src/models/account-participation.ts:21

Number of subkeys in each batch of participation keys.


voteLastValid: bigint

Defined in: packages/indexer_client/src/models/account-participation.ts:26

Last round for which this participation is valid.


voteParticipationKey: Uint8Array

Defined in: packages/indexer_client/src/models/account-participation.ts:31

root participation public key (if any) currently registered for this round.