Open Cap Table Protocol Canton SDK - v0.2.259
    Preparing search index...

    Type Alias VestingTrigger

    VestingTrigger:
        | { type: "VESTING_START_DATE" }
        | { date: string; type: "VESTING_SCHEDULE_ABSOLUTE" }
        | {
            period: VestingPeriod;
            relative_to_condition_id: string;
            type: "VESTING_SCHEDULE_RELATIVE";
        }
        | { type: "VESTING_EVENT" }