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

    Interface CapTableOperationParams

    Base parameters required for all CapTable operations.

    All Add/Edit/Delete operations on OCF objects now go through the CapTable contract instead of individual entity contracts.

    interface CapTableOperationParams {
        capTableContractId: string;
        featuredAppRightContractDetails: {
            contractId: string;
            createdEventBlob: string;
            synchronizerId: string;
            templateId: string;
        };
    }

    Hierarchy (View Summary)

    Index

    Properties

    capTableContractId: string

    The contract ID of the CapTable contract for this issuer

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

    The disclosed contract details for the FeaturedAppRight