pub type DividendsParticipationWeight<T: Config> = StorageValue<_GeneratedPrefixForStorageDividendsParticipationWeight<T>, Percent, ValueQuery, T::DefaultDividendsParticipationWeight>;Expand description
The weight dividends have when finding agents to prune. 100% meaning it is taking fully into account.
Storage type is [StorageValue] with value type Percent.
Aliased Typeยง
struct DividendsParticipationWeight<T: Config>(/* private fields */);