Function pallet_xyk::pallet::dispatchables::create_pool
source · pub fn create_pool<T: Config>(
first_asset_id: CurrencyIdOf<T>,
first_asset_amount: BalanceOf<T>,
second_asset_id: CurrencyIdOf<T>,
second_asset_amount: BalanceOf<T>
)
Expand description
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::create_pool
.