pub type AcceptedCurrencyPrice<T: Config> = StorageMap<_GeneratedPrefixForStorageAcceptedCurrencyPrice<T>, Twox64Concat, <<T as Config>::Currencies as MultiCurrency<<T as Config>::AccountId>>::CurrencyId, Price, OptionQuery>;
Expand description

Asset prices from the spot price provider or the fallback price if the price is not available. Updated at the beginning of every block.