pub fn create_validators_with_seed<T: Config>(
    max: u32,
    balance_factor: u32,
    seed: u32
) -> Result<Vec<<<T as Config>::Lookup as StaticLookup>::Source>, &'static str>
Expand description

create max validators, with a seed to help unintentional prevent account collisions.