Type alias EstimateWithdrawLP
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; } Type declaration
Optional
assetAddress?: string
assetAmount: CryptoAmount
assetPool: string
estimatedWaitSeconds: number
lpGrowth: string
Optional
runeAddress?: string
runeAmount: CryptoAmount
slipPercent: BigNumber
Represents an estimate to withdraw liquidity from a pool.