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 */);