/// The maximum number of nominations to create per nominator, as default we use `24` as is set in `kusama`.
/// The number of `random nominators` to create for chains using staking, this is used in tandem with `max_nominations` to simulate the amount of nominators and nominations.
pubfnrandom_nominators_count(&self)->Option<u32>{
self.random_nominators_count
}
// TODO: description?
/// The maximum number of nominations to create per nominator.
/// Set the number of `random nominators` to create for chains using staking, this is used in tandem with `max_nominations` to simulate the amount of nominators and nominations.