Interface SchedulerForceElectCommitteeRole

ForceElectCommitteeRole is the committee kind/role that a force-elected node is elected as.

interface SchedulerForceElectCommitteeRole {
    index?: longnum;
    kind?: number;
    roles?: Uint8Array;
}

Properties

Properties

index?: longnum

Index is the position of the given node in the committee's worker group if it has the worker role.

kind?: number

Kind is the kind of committee to force-elect the node into.

roles?: Uint8Array

Roles are the roles that the given node is force elected as.