Type Definition dex_stable::pallet::LpCurrencies
source · pub type LpCurrencies<T: Config> = StorageMap<_GeneratedPrefixForStorageLpCurrencies<T>, Blake2_128Concat, T::CurrencyId, T::PoolId>;Expand description
The pool id corresponding to lp currency
Storage type is [StorageMap] with key type T :: CurrencyId and value type T :: PoolId.