pub type EnableMarkingOffline<T: Config> = StorageValue<_GeneratedPrefixForStorageEnableMarkingOffline<T>, bool, ValueQuery>;Expand description
Killswitch to enable/disable marking offline feature.
Storage type is [StorageValue] with value type bool.
Aliased Typeยง
struct EnableMarkingOffline<T: Config>(/* private fields */);