Skip to main content

Interface: RouterRemoveLiquidityParam

Represents the parameters for removing liquidity from a market using the ChromaticRouter.

Properties

clbTokenAmount

clbTokenAmount: bigint

The amount of CLB tokens to remove as liquidity

Defined in

packages/sdk-viem/src/entities/ChromaticRouter.ts:39


feeRate

feeRate: number

The fee rate of the liquidity bin

Defined in

packages/sdk-viem/src/entities/ChromaticRouter.ts:35


recipient

Optional recipient: `0x${string}`

The recipient address

Defined in

packages/sdk-viem/src/entities/ChromaticRouter.ts:37