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

pub type FeedCounter<T: Config> = StorageValue<_GeneratedPrefixForStorageFeedCounter<T>, T::FeedId, ValueQuery>;
Expand description

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