All chains
    Preparing search index...

    Type Alias AreNominatorsSlashable

    AreNominatorsSlashable: StorageDescriptor<[], boolean, false, never>

    Whether nominators are slashable or not.

    • 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]).