pub type PulseFactor<T: Config<I>, I: 'static = ()> = StorageValue<_GeneratedPrefixForStoragePulseFactor<T, I>, Stepper<T, I>, ValueQuery>;Expand description
Pulse factor parameters for XP activity reputation.
Stores the Stepper struct, which determines how XP pulse (activity heartbeat)
is calculated for reputation effects for all XPs in the system.
Storage type is [StorageValue] with value type Stepper < T, I >.
Aliased Typeยง
pub struct PulseFactor<T: Config<I>, I: 'static = ()>(/* private fields */);