Class ParticipationUpdates

ParticipationUpdates represents participation account data that needs to be checked/acted on by the network

Implements

Constructors

Properties

absentParticipationAccounts: Address[]

AbsentParticipationAccounts contains a list of online accounts that needs to be converted to offline since they are not proposing.

expiredParticipationAccounts: Address[]

ExpiredParticipationAccounts contains a list of online accounts that needs to be converted to offline since their participation key expired.

encodingSchema: NamedMapSchema = ...

Methods

  • Extract the encoding data for this object. This data, after being prepared by the encoding Schema, can be encoded to msgpack or JSON.

    Returns Map<string, unknown>

Generated using TypeDoc