Type Alias IncreaseProbationBy

Source
pub type IncreaseProbationBy<T: Config> = StorageValue<_GeneratedPrefixForStorageIncreaseProbationBy<T>, BlockNumberFor<T>, ValueQuery>;
Expand description

Number of blocks by which an author’s risk period is increased upon misbehavior.

Enables dynamic punishment while maintaining predictable enforcement windows.

Storage type is [StorageValue] with value type BlockNumberFor < T >.

Aliased Type§

pub struct IncreaseProbationBy<T: Config>(/* private fields */);