Type Alias polkadot_runtime_parachains::configuration::pallet::ActiveConfig
source · pub type ActiveConfig<T: Config> = StorageValue<_GeneratedPrefixForStorageActiveConfig<T>, HostConfiguration<BlockNumberFor<T>>, ValueQuery>;
Expand description
The active configuration for the current session.
Storage type is [StorageValue
] with value type HostConfiguration < BlockNumberFor < T > >
.
Aliased Type§
struct ActiveConfig<T: Config>(/* private fields */);