pub type ForceEra<T> = StorageValue<_GeneratedPrefixForStorageForceEra<T>, Forcing, ValueQuery>;Expand description
Mode of era forcing.
Storage type is StorageValue with value type Forcing.
Aliased Typeยง
pub struct ForceEra<T>(/* private fields */);