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

    Interface CreateVestingTermsParams

    interface CreateVestingTermsParams {
        featuredAppRightContractDetails: {
            contractId: string;
            createdEventBlob: string;
            synchronizerId: string;
            templateId: string;
        };
        issuerContractId: string;
        issuerParty: string;
        vestingTermsData: OcfVestingTermsData;
    }
    Index

    Properties

    featuredAppRightContractDetails: {
        contractId: string;
        createdEventBlob: string;
        synchronizerId: string;
        templateId: string;
    }
    issuerContractId: string
    issuerParty: string
    vestingTermsData: OcfVestingTermsData