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