All chains
    Preparing search index...

    Type Alias NominatorFastUnbondDuration

    NominatorFastUnbondDuration: PlainDescriptor<number>

    Number of eras nominators must wait to unbond when they are not slashable.

    This duration is used for nominators when [AreNominatorsSlashable] is false. When nominators are slashable, they use the full [Config::BondingDuration] to ensure slashes can be applied during the unbonding period.

    Setting this to a lower value (e.g., 1 era) allows for faster withdrawals when nominators are not subject to slashing risk.