Type Alias pallet_rewards::RewardsEnabled

source ·
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§

struct RewardsEnabled<T>(/* private fields */);