CliffUnlockAmount: number | "linear" | {
    type: "linear";
} | {
    type: "custom";
    value: number;
}

Cliff unlock amount configuration.

  • 'linear' or { type: 'linear' }: Uses linear vesting calculation for cliff amount
  • number or { type: 'custom'; value: number }: Explicit token amount released at cliff

Generated using TypeDoc