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

    Interface EditInCapTableParams<TData>

    Parameters for editing an existing OCF object in the cap table.

    interface EditInCapTableParams<TData> {
        capTableContractId: string;
        data: TData;
        featuredAppRightContractDetails: {
            contractId: string;
            createdEventBlob: string;
            synchronizerId: string;
            templateId: string;
        };
        id: string;
    }

    Type Parameters

    • TData

    Hierarchy (View Summary)

    Index

    Properties

    capTableContractId: string

    The contract ID of the CapTable contract for this issuer

    data: TData

    The new OCF data for the object

    featuredAppRightContractDetails: {
        contractId: string;
        createdEventBlob: string;
        synchronizerId: string;
        templateId: string;
    }

    The disclosed contract details for the FeaturedAppRight

    id: string

    The ID of the object to edit