Type Definition oracle::pallet::RawValuesUpdated  
source · pub type RawValuesUpdated<T: Config> = StorageMap<_GeneratedPrefixForStorageRawValuesUpdated<T>, Blake2_128Concat, OracleKey, bool>;Expand description
if a key is present, it means the values have been updated
Storage type is [StorageMap] with key type OracleKey and value type bool.