Type Alias MinPulse

Source
pub type MinPulse<T: Config<I>, I: 'static = ()> = StorageValue<_GeneratedPrefixForStorageMinPulse<T, I>, T::Pulse, ValueQuery>;
Expand description

Minimum pulse required for XP heartbeat/reputation effects.

Stores the minimum pulse value of type Config::Pulse that an XP entry must have to be considered active for reputation or participation calculations.

Storage type is [StorageValue] with value type T :: Pulse.

Aliased Typeยง

pub struct MinPulse<T: Config<I>, I: 'static = ()>(/* private fields */);