Type Definition nomination::pallet::NominationEnabled
source · pub type NominationEnabled<T: Config> = StorageValue<_GeneratedPrefixForStorageNominationEnabled<T>, bool, ValueQuery>;
Expand description
Flag indicating whether this feature is enabled
Storage type is [StorageValue
] with value type bool
.