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

    Interface CreateCompanyValuationReportParams

    interface CreateCompanyValuationReportParams {
        companyId: string;
        companyValuation: string | number;
        featuredAppRightContractDetails: {
            contractId: string;
            createdEventBlob: string;
            synchronizerId: string;
            templateId: string;
        };
        observers?: string[];
    }
    Index

    Properties

    companyId: string
    companyValuation: string | number
    featuredAppRightContractDetails: {
        contractId: string;
        createdEventBlob: string;
        synchronizerId: string;
        templateId: string;
    }

    Details of the FeaturedAppRight contract for disclosed contracts

    observers?: string[]