Skip to content

AccountParticipation

AccountParticipation = object

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

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

selectionParticipationKey: Uint8Array

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

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


optional stateProofKey: Uint8Array

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

[stprf] Root of the state proof key (if any)


voteFirstValid: bigint

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

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


voteKeyDilution: bigint

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

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


voteLastValid: bigint

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

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


voteParticipationKey: Uint8Array

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

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