pub type MaxDelay<T: Config> = StorageValue<_GeneratedPrefixForStorageMaxDelay<T>, T::Moment, ValueQuery>;
Expand description
Maximum delay (milliseconds) for a reported value to be used
Storage type is [StorageValue
] with value type T :: Moment
.