pub type Status<T> = StorageValue<_GeneratedPrefixForStorageStatus<T>, StatusRecord, OptionQuery>;Expand description
The current status of miscellaneous subsystems of this pallet.
Storage type is [StorageValue] with value type StatusRecord.
Aliased Type§
struct Status<T>(/* private fields */);