Function dex_general::pallet::dispatchables::create_pair
source · pub fn create_pair<T: Config>(
asset_0: T::AssetId,
asset_1: T::AssetId,
fee_rate: u128
)
Expand description
Create pair by two assets.
The order of assets does not effect the result.
Arguments
asset_0
: Asset which make up Pairasset_1
: Asset which make up Pair
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::create_pair
.