EstimateAddLP: { assetPool: string; canAdd: boolean; errors: string[]; estimatedWaitSeconds: number; inbound: { fees: LPAmounts; }; lpUnits: BaseAmount; poolShare: PoolShareDetail; recommendedMinAmountIn?: string; runeToAssetRatio: BigNumber; slipPercent: BigNumber; } Type declaration
assetPool: string
canAdd: boolean
errors: string[]
estimatedWaitSeconds: number
inbound: {
fees: LPAmounts;
}
lpUnits: BaseAmount
Optional
recommendedMinAmountIn?: string
runeToAssetRatio: BigNumber
slipPercent: BigNumber
Represents an estimate to add liquidity to a pool.