Type Definition xst::pallet::EnabledSynthetics
source · pub type EnabledSynthetics<T: Config> = StorageMap<_GeneratedPrefixForStorageEnabledSynthetics<T>, Blake2_128Concat, T::AssetId, SyntheticInfo<T::Symbol>, OptionQuery>;
Expand description
Synthetic assets and their reference symbols.
It’s a programmer responsibility to keep this collection consistent with EnabledSymbols
.