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