Type alias WithdrawLiquidityPosition
WithdrawLiquidityPosition: {
asset: Asset;
assetAddress?: string;
percentage: number;
runeAddress?: string;
}
Type declaration
asset: Asset
Optional
assetAddress?: string
percentage: number
Optional
runeAddress?: string
Represents a position for withdrawing liquidity.