Type Alias pallet_duniter_test_parameters::pallet::ParametersStorage
source · pub type ParametersStorage<T: Config> = StorageValue<_GeneratedPrefixForStorageParametersStorage<T>, Parameters<T::BlockNumber, T::CertCount, T::PeriodCount, T::SessionCount>, ValueQuery>;
Expand description
Storage type is [StorageValue
] with value type Parameters < T :: BlockNumber, T :: CertCount, T :: PeriodCount, T :: SessionCount >
.
Aliased Type§
struct ParametersStorage<T: Config>(PhantomData<(_GeneratedPrefixForStorageParametersStorage<T>, Parameters<<T as Config>::BlockNumber, <T as Config>::CertCount, <T as Config>::PeriodCount, <T as Config>::SessionCount>, ValueQuery, GetDefault)>);
Fields§
§0: PhantomData<(_GeneratedPrefixForStorageParametersStorage<T>, Parameters<<T as Config>::BlockNumber, <T as Config>::CertCount, <T as Config>::PeriodCount, <T as Config>::SessionCount>, ValueQuery, GetDefault)>