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

pub type Rounds<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageRounds<T>, Twox64Concat, T::FeedId, Twox64Concat, RoundId, RoundOf<T>, OptionQuery>;
Expand description

User-facing round data.