Validator is a consensus validator.

interface SchedulerValidator {
    entity_id: Uint8Array;
    id: Uint8Array;
    voting_power: longnum;
}

Properties

entity_id: Uint8Array

EntityID is the validator entity identifier.

id: Uint8Array

ID is the validator Oasis node identifier.

voting_power: longnum

VotingPower is the validator's consensus voting power.