Left Curve Software Stack
    Preparing search index...

    Type Alias XykPool

    type XykPool = {
        liquidity: [Coin, Coin];
        params: XykParams;
        shares: string;
    }
    Index

    Properties

    liquidity: [Coin, Coin]

    The amount of liquidity provided to this pool.

    params: XykParams

    The pool's parameters.

    shares: string

    The total amount of liquidity shares outstanding.