Type Definition pallet_staking::SlashRewardFraction[][src]

type SlashRewardFraction<T> = StorageValue<_GeneratedPrefixForStorageSlashRewardFraction<T>, Perbill, ValueQuery>;
Expand description

The percentage of the slash that is distributed to reporters.

The rest of the slashed value is handled by the Slash.