[][src]Trait pallet_plasm_rewards::traits::MaybeValidators

pub trait MaybeValidators<EraIndex, AccountId> {
    fn compute(current_era: EraIndex) -> Option<Vec<AccountId>>;
}

Returns the next validator candidate.

Required methods

fn compute(current_era: EraIndex) -> Option<Vec<AccountId>>

Loading content...

Implementors

Loading content...