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

Cliff unlock amount configuration.

  • 'linear' or { type: 'linear' }: release the share the schedule would have linearly vested by the cliff instant (converted to a basis-point share).
  • number or { type: 'custom'; value: number }: an explicit token amount released at the cliff (converted to a basis-point share of tokenAmount).

Generated using TypeDoc