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

    Interface UpdateCompanyValuationParams

    interface UpdateCompanyValuationParams {
        companyValuationReportContractId: string;
        newCompanyValuation: string | number;
    }
    Index

    Properties

    companyValuationReportContractId: string
    newCompanyValuation: string | number