Creates an empty liquidity pool and an associated new lp_token asset (the id of which is returned in the Event::PoolCreated event).
lp_token
Event::PoolCreated
Once a pool is created, someone may [Pallet::add_liquidity] to it.
Pallet::add_liquidity
Creates an empty liquidity pool and an associated new
lp_token
asset (the id of which is returned in theEvent::PoolCreated
event).Once a pool is created, someone may [
Pallet::add_liquidity
] to it.