pub type Values<T: Config<I>, I: 'static = ()> = StorageMap<_GeneratedPrefixForStorageValues<T, I>, Twox64Concat, <T as Config<I>>::OracleKey, TimestampedValue<<T as Config<I>>::OracleValue, <<T as Config<I>>::Time as Time>::Moment>>;Expand description
The aggregated values for each oracle key.
Maps OracleKey to TimestampedValue.
Storage type is [StorageMap] with key type < T as Config < I > > :: OracleKey and value type TimestampedValueOf < T, I >.
Aliased Type§
struct Values<T: Config<I>, I: 'static = ()>(/* private fields */);