Type Definition pallet_tidefi_stake::pallet::PendingStoredSessions
source · pub type PendingStoredSessions<T: Config> = CountedStorageMap<_GeneratedPrefixForStoragePendingStoredSessions<T>, Blake2_128Concat, SessionIndex, BoundedVec<(CurrencyId, Balance), T::StakingRewardCap>>;
Expand description
Map from all pending stored sessions.