Left Curve Software Stack
    Preparing search index...

    Type Alias PairParams

    type PairParams = {
        bucketSizes: string[];
        curveInvariant: CurveInvariants;
        lpDenom: Denom;
        minOrderSizeBase: string;
        minOrderSizeQuote: string;
        swapFeeRate: string;
    }
    Index

    Properties

    bucketSizes: string[]

    Price buckets for the liquidity depth chart.

    curveInvariant: CurveInvariants

    Curve invariant for the passive liquidity pool.

    lpDenom: Denom

    Liquidity token denom of the passive liquidity pool

    minOrderSizeBase: string

    Minimum order size, defined in the base asset.

    minOrderSizeQuote: string

    Minimum order size, defined in the quote asset.

    swapFeeRate: string

    Fee rate for instant swaps in the passive liquidity pool.