Hierarchy

  • ClmmGraduationPlan

Properties

graduationTick: number

The anchor tick every open in the plan is derived against.

positionNftMints: KeypairSigner[]

One fresh NFT mint signer per open, in position order.

prediction: null | ClmmGraduationPrediction

Null when the bucket is already graduated (opens-only plan).

transactions: TransactionBuilder[]

Ordered transactions: [graduate + atomicOpens opens, opensPerFollowUp opens, ...] (or opens-only batches when already graduated). Each has a compute budget instruction; opens are in strict position order, matching the on-chain positions_opened counter.

Generated using TypeDoc