Type Definition pallet_chainlink_feed::pallet::Details [−][src]
pub type Details<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageDetails<T>, Twox64Concat, T::FeedId, Twox64Concat, RoundId, RoundDetailsOf<T>, OptionQuery>;
Expand description
Operator-facing round data.