Hierarchy

  • ClmmSimulatedPosition

Properties

baseBudget: bigint

The token budgets the open instruction will offer Raydium.

baseUsed: bigint

The amounts Raydium will actually consume (rounding up).

index: number
liquidity: bigint

The liquidity the program will compute and pass explicitly.

quoteBudget: bigint
quoteUsed: bigint
skipped: boolean

True when the budgets fund zero liquidity at the simulated price: the program records the open as a no-op (no Raydium CPI, no NFT minted) and still advances its counter. Nothing is consumed — the untouched budgets stay in the bucket signer balances, where the last position's sweep picks them up, or they end as residue.

tickLowerIndex: number

Resolved absolute tick bounds (spacing-aligned, clamped in-bounds).

tickUpperIndex: number

Generated using TypeDoc