Type Definition pallet_chainlink_feed::pallet::Feeds[][src]

pub type Feeds<T: Config> = StorageMap<_GeneratedPrefixForStorageFeeds<T>, Twox64Concat, T::FeedId, FeedConfigOf<T>, OptionQuery>;
Expand description

A running counter used internally to determine the next feed id.