EstimateWithdrawLP: {
    assetAddress?: string;
    assetAmount: CryptoAmount;
    assetPool: string;
    estimatedWaitSeconds: number;
    impermanentLossProtection: ILProtectionData;
    inbound: {
        fees: LPAmounts;
        minToSend: LPAmounts;
    };
    lpGrowth: string;
    outboundFee: LPAmounts;
    runeAddress?: string;
    runeAmount: CryptoAmount;
    slipPercent: BigNumber;
}

Represents an estimate to withdraw liquidity from a pool.

Type declaration

  • Optional assetAddress?: string
  • assetAmount: CryptoAmount
  • assetPool: string
  • estimatedWaitSeconds: number
  • impermanentLossProtection: ILProtectionData
  • inbound: {
        fees: LPAmounts;
        minToSend: LPAmounts;
    }
  • lpGrowth: string
  • outboundFee: LPAmounts
  • Optional runeAddress?: string
  • runeAmount: CryptoAmount
  • slipPercent: BigNumber

Generated using TypeDoc