interface ValidatorSet {
    active_validators: _0x1.stake.ValidatorInfo[];
    consensus_scheme: number;
    pending_active: _0x1.stake.ValidatorInfo[];
    pending_inactive: _0x1.stake.ValidatorInfo[];
    total_joining_power: bigint;
    total_voting_power: bigint;
}

Properties

active_validators: _0x1.stake.ValidatorInfo[]
consensus_scheme: number
pending_active: _0x1.stake.ValidatorInfo[]
pending_inactive: _0x1.stake.ValidatorInfo[]
total_joining_power: bigint
total_voting_power: bigint