When set to true (default), nominators are slashed along with validators and must wait
the full [Config::BondingDuration] before withdrawing unbonded funds.
When set to false, nominators are not slashed, and can unbond in
[Config::NominatorFastUnbondDuration] eras instead of the full
[Config::BondingDuration] (see [StakingInterface::nominator_bonding_duration]).
Whether nominators are slashable or not.
true(default), nominators are slashed along with validators and must wait the full [Config::BondingDuration] before withdrawing unbonded funds.false, nominators are not slashed, and can unbond in [Config::NominatorFastUnbondDuration] eras instead of the full [Config::BondingDuration] (see [StakingInterface::nominator_bonding_duration]).