Type Definition pallet_xyk::pallet::LiquidityAssets
source · pub type LiquidityAssets<T: Config> = StorageMap<_GeneratedPrefixForStorageLiquidityAssets<T>, Blake2_256, (CurrencyIdOf<T>, CurrencyIdOf<T>), Option<CurrencyIdOf<T>>, ValueQuery>;
Expand description
Storage type is StorageMap
with key type (CurrencyIdOf < T >, CurrencyIdOf < T >)
and value type Option < CurrencyIdOf < T > >
.