Creates a ClaimSchedule with Never conditions for both start and cliff. Represents a permanently locked schedule where tokens never vest.
Use this for LP tokens that should be locked forever.
import { createNeverClaimSchedule } from '@metaplex-foundation/genesis';const schedule = createNeverClaimSchedule();// pass as lpLockSchedule when adding a Raydium CPMM bucket
Generated using TypeDoc
Creates a ClaimSchedule with Never conditions for both start and cliff. Represents a permanently locked schedule where tokens never vest.
Use this for LP tokens that should be locked forever.
Example