- Preparing search index...
- The search index is not available
sdk-v2
Type alias CreateMarketWithPoolParams<C, MS>
Create
Market
With
Pool
Params
<C, MS>: CreateMarketBaseParams<C, MS> & { pool
: { amount
: string | u128; swapFee
: string | u128; weights
: (string | u128)[]; }; }
Parameters for creating a market with a pool.