Type Definition pallet_price_feed::pallet::LatestAnswerTimestamp [−][src]
pub type LatestAnswerTimestamp<T: Config> = StorageMap<_GeneratedPrefixForStorageLatestAnswerTimestamp<T>, Twox64Concat, FeedIdFor<T>, MomentOf<T>, ValueQuery>;
Expand description
Stores the timestamp of the latest answer of each feed (feed) -> Timestamp