Type Definition pallet_xyk::pallet::LiquidityPools

source ·
pub type LiquidityPools<T: Config> = StorageMap<_GeneratedPrefixForStorageLiquidityPools<T>, Blake2_256, CurrencyIdOf<T>, Option<(CurrencyIdOf<T>, CurrencyIdOf<T>)>, ValueQuery>;
Expand description

Storage type is StorageMap with key type CurrencyIdOf < T > and value type Option < (CurrencyIdOf < T >, CurrencyIdOf < T >) >.