Skip to content

ParticipationKey

ParticipationKey: object

Represents a participation key used by the node.

Type declaration

address

address: string

Address the key was generated for.

effective-first-valid?

optional effective-first-valid: number

When registered, this is the first round it may be used.

effective-last-valid?

optional effective-last-valid: number

When registered, this is the last round it may be used.

id

id: string

The key’s ParticipationID.

key

key: AccountParticipation

last-block-proposal?

optional last-block-proposal: number

Round when this key was last used to propose a block.

last-state-proof?

optional last-state-proof: number

Round when this key was last used to generate a state proof.

last-vote?

optional last-vote: number

Round when this key was last used to vote.

Defined in

types.gen.ts:708