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