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

    Interface VestingPeriodInMonths

    interface VestingPeriodInMonths {
        cliff_installment?: number;
        day_of_month: VestingDayOfMonth;
        length: number;
        occurrences: number;
        type: "MONTHS";
    }
    Index

    Properties

    cliff_installment?: number
    day_of_month: VestingDayOfMonth
    length: number
    occurrences: number
    type: "MONTHS"