Function pallet_staking::testing_utils::create_validators_with_seed
source · 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.