Type Definition pool_xyk::pallet::Properties

source ·
pub type Properties<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageProperties<T>, Blake2_128Concat, T::AssetId, Blake2_128Concat, T::AssetId, (T::AccountId, T::AccountId)>;
Expand description

Properties of particular pool. Base Asset => Target Asset => (Reserves Account Id, Fees Account Id)