AccountParticipation
AccountParticipation:
object
AccountParticipation describes the parameters used by this account in consensus protocol.
Type declaration
selection-participation-key
selection-participation-key:
string
[sel] Selection public key (if any) currently registered for this round.
state-proof-key?
optional
state-proof-key:string
[stprf] Root of the state proof key (if any)
vote-first-valid
vote-first-valid:
number
[voteFst] First round for which this participation is valid.
vote-key-dilution
vote-key-dilution:
number
[voteKD] Number of subkeys in each batch of participation keys.
vote-last-valid
vote-last-valid:
number
[voteLst] Last round for which this participation is valid.
vote-participation-key
vote-participation-key:
string
[vote] root participation public key (if any) currently registered for this round.
Defined in
types.gen.ts:150