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.
Properties
Section titled “Properties”selectionParticipationKey
Section titled “selectionParticipationKey”selectionParticipationKey:
Uint8Array
Defined in: packages/algod_client/src/models/account-participation.ts:11
[sel] Selection public key (if any) currently registered for this round.
stateProofKey?
Section titled “stateProofKey?”
optionalstateProofKey:Uint8Array
Defined in: packages/algod_client/src/models/account-participation.ts:36
[stprf] Root of the state proof key (if any)
voteFirstValid
Section titled “voteFirstValid”voteFirstValid:
bigint
Defined in: packages/algod_client/src/models/account-participation.ts:16
[voteFst] First round for which this participation is valid.
voteKeyDilution
Section titled “voteKeyDilution”voteKeyDilution:
bigint
Defined in: packages/algod_client/src/models/account-participation.ts:21
[voteKD] Number of subkeys in each batch of participation keys.
voteLastValid
Section titled “voteLastValid”voteLastValid:
bigint
Defined in: packages/algod_client/src/models/account-participation.ts:26
[voteLst] Last round for which this participation is valid.
voteParticipationKey
Section titled “voteParticipationKey”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.