pub type RewardsEnabled<T> = StorageValue<_GeneratedPrefixForStorageRewardsEnabled<T>, bool, ValueQuery>;Expand description
Whether rewards are enabled
Storage type is [StorageValue] with value type bool.
Aliased Typeยง
pub struct RewardsEnabled<T>(/* private fields */);