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