Type Alias StakingWithdrawalPeriod

Source
pub type StakingWithdrawalPeriod<T: Config> = StorageValue<_GeneratedPrefixForStorageStakingWithdrawalPeriod<T>, BlockNumberFor<T>, ValueQuery, DefaultDomainStakingWithdrawalPeriod<T>>;
Expand description

Domain nominator’s staking withdrawal period

Storage type is [StorageValue] with value type BlockNumberFor < T >.

Aliased Type§

pub struct StakingWithdrawalPeriod<T: Config>(/* private fields */);