Type Definition pallet_staking::SlashRewardFraction
source · pub 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.
Storage type is StorageValue with value type Perbill.