Type Definition oracle::pallet::RawValues

source ·
pub type RawValues<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageRawValues<T>, Blake2_128Concat, OracleKey, Blake2_128Concat, T::AccountId, TimestampedValue<UnsignedFixedPoint<T>, T::Moment>>;
Expand description

Storage type is [StorageDoubleMap] with key1 type OracleKey, key2 type T :: AccountId and value type TimestampedValue < UnsignedFixedPoint < T >, T :: Moment >.