EstimateAddLP: {
    assetPool: string;
    canAdd: boolean;
    errors: string[];
    estimatedWaitSeconds: number;
    inbound: {
        fees: LPAmounts;
    };
    lpUnits: BaseAmount;
    poolShare: PoolShareDetail;
    recommendedMinAmountIn?: string;
    runeToAssetRatio: BigNumber;
    slipPercent: BigNumber;
}

Represents an estimate to add liquidity to a pool.

Type declaration

  • assetPool: string
  • canAdd: boolean
  • errors: string[]
  • estimatedWaitSeconds: number
  • inbound: {
        fees: LPAmounts;
    }
  • lpUnits: BaseAmount
  • poolShare: PoolShareDetail
  • Optional recommendedMinAmountIn?: string
  • runeToAssetRatio: BigNumber
  • slipPercent: BigNumber

Generated using TypeDoc