Type Alias IncentivesRatio

Source
pub type IncentivesRatio<T: Config> = StorageValue<_GeneratedPrefixForStorageIncentivesRatio<T>, Percent, ValueQuery, T::DefaultIncentivesRatio>;
Expand description

Ratio between incentives and dividends on distribution. 50% means they are distributed equally.

Storage type is [StorageValue] with value type Percent.

Aliased Typeยง

struct IncentivesRatio<T: Config>(/* private fields */);