Type Alias pallet_aura::pallet::SlotsEachRound
source · pub(crate) type SlotsEachRound<T: Config> = StorageValue<_GeneratedPrefixForStorageSlotsEachRound<T>, BoundedVec<u32, T::MaxSplits>, ValueQuery>;Expand description
Storage type is [StorageValue] with value type BoundedVec < u32, T :: MaxSplits >.
Aliased Type§
struct SlotsEachRound<T: Config>(PhantomData<(_GeneratedPrefixForStorageSlotsEachRound<T>, BoundedVec<u32, <T as Config>::MaxSplits>, ValueQuery, GetDefault)>);Fields§
§0: PhantomData<(_GeneratedPrefixForStorageSlotsEachRound<T>, BoundedVec<u32, <T as Config>::MaxSplits>, ValueQuery, GetDefault)>