pub type MinTimeStamp<T: Config<I>, I: 'static = ()> = StorageValue<_GeneratedPrefixForStorageMinTimeStamp<T, I>, BlockNumberFor<T>, ValueQuery>;Expand description
Minimum timestamp (block number) for XP liveness.
Stores the minimum block number of type [BlockNumberFor] required
for an XP entry to be considered “alive”. Used for XP expiration or
reaping logic.
Storage type is [StorageValue] with value type BlockNumberFor < T >.
Aliased Type§
pub struct MinTimeStamp<T: Config<I>, I: 'static = ()>(/* private fields */);