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