pub(crate) type CurrentAndNextSessionValidatorsStorage<T: Config> = StorageValue<_GeneratedPrefixForStorageCurrentAndNextSessionValidatorsStorage<T>, CurrentAndNextSessionValidators<T::AccountId>, ValueQuery>;Expand description
SessionValidators in the current session.
Storage type is [StorageValue] with value type CurrentAndNextSessionValidators < T :: AccountId >.
Aliased Type§
struct CurrentAndNextSessionValidatorsStorage<T: Config>(PhantomData<(_GeneratedPrefixForStorageCurrentAndNextSessionValidatorsStorage<T>, CurrentAndNextSessionValidators<<T as Config>::AccountId>, ValueQuery, GetDefault)>);Fields§
§0: PhantomData<(_GeneratedPrefixForStorageCurrentAndNextSessionValidatorsStorage<T>, CurrentAndNextSessionValidators<<T as Config>::AccountId>, ValueQuery, GetDefault)>