Type Alias pallet_dapp_staking::pallet::PeriodEnd
source · pub type PeriodEnd<T: Config> = StorageMap<_GeneratedPrefixForStoragePeriodEnd<T>, Twox64Concat, PeriodNumber, PeriodEndInfo, OptionQuery>;Expand description
Information about period’s end.
Storage type is [StorageMap] with key type PeriodNumber and value type PeriodEndInfo.
Aliased Type§
struct PeriodEnd<T: Config>(/* private fields */);