pub type Params<T: Config<I>, I: 'static = ()> = StorageValue<_GeneratedPrefixForStorageParams<T, I>, ParamsOf<T, I>, ValueQuery>;Expand description
The overall status of the system.
Storage type is [StorageValue] with value type ParamsOf < T, I >.
Aliased Type§
struct Params<T: Config<I>, I: 'static = ()>(/* private fields */);