WithdrawLiquidityPosition: {
    asset: Asset;
    assetAddress?: string;
    percentage: number;
    runeAddress?: string;
}

Represents a position for withdrawing liquidity.

Type declaration

  • asset: Asset
  • Optional assetAddress?: string
  • percentage: number
  • Optional runeAddress?: string

Generated using TypeDoc