pallet_rewards

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