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

    Interface OcfVestingTerms

    interface OcfVestingTerms {
        allocation_type: string;
        comments?: string[];
        description: string;
        id?: string;
        name: string;
        object_type: "VESTING_TERMS";
        vesting_conditions: VestingCondition[];
    }
    Index

    Properties

    allocation_type: string
    comments?: string[]
    description: string
    id?: string
    name: string
    object_type: "VESTING_TERMS"
    vesting_conditions: VestingCondition[]