Type Definition oracle::pallet::ValidUntil  
source · pub type ValidUntil<T: Config> = StorageMap<_GeneratedPrefixForStorageValidUntil<T>, Blake2_128Concat, OracleKey, T::Moment>;Expand description
Time until which the aggregate is valid
Storage type is [StorageMap] with key type OracleKey and value type T :: Moment.