SlashRewardFraction

Type Alias 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.

Aliased Typeยง

pub struct SlashRewardFraction<T>(/* private fields */);