Type Definition dex_general::pallet::LiquidityPairs
source · pub type LiquidityPairs<T: Config> = StorageMap<_GeneratedPrefixForStorageLiquidityPairs<T>, Blake2_128Concat, (T::AssetId, T::AssetId), Option<T::AssetId>, ValueQuery>;
Expand description
Storage type is [StorageMap
] with key type (T :: AssetId, T :: AssetId)
and value type Option < T :: AssetId >
.