pub type PayoutFraction<T> = StorageValue<_GeneratedPrefixForStoragePayoutFraction<T>, Perbill, ValueQuery>;
Expand description

The percentage of the total payout that is distributed to validators and nominators

The reset might go to Treasury or something else.