pub type ReduceProbationBy<T: Config> = StorageValue<_GeneratedPrefixForStorageReduceProbationBy<T>, BlockNumberFor<T>, ValueQuery>;Expand description
Number of blocks by which an author’s risk period is reduced upon good behavior.
Supports gradual restoration of permanence or reduced probation impact.
Storage type is [StorageValue] with value type BlockNumberFor < T >.
Aliased Type§
pub struct ReduceProbationBy<T: Config>(/* private fields */);