Type Alias PenaltyRatio

Source
pub type PenaltyRatio = Perbill;
Expand description

Type representing the penalty ratio applied to a author for bad-behaviour.

Expressed as a [Perbill], aligning with OnOffenceHandler which applies penalties directly using per-bill fractions.

Aliased Typeยง

pub struct PenaltyRatio(/* private fields */);