Type alias CreateMarketWithPoolParams<C, MS>

CreateMarketWithPoolParams<C, MS>: CreateMarketBaseParams<C, MS> & {
    pool: {
        amount: string | u128;
        swapFee: string | u128;
        weights: (string | u128)[];
    };
}

Parameters for creating a market with a pool.

Type Parameters

Generated using TypeDoc