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

    Interface DeleteStockRepurchaseParams

    interface DeleteStockRepurchaseParams {
        capTableContractDetails?: {
            contractId: string;
            createdEventBlob: string;
            synchronizerId: string;
            templateId: string;
        };
        capTableContractId: string;
        featuredAppRightContractDetails: {
            contractId: string;
            createdEventBlob: string;
            synchronizerId: string;
            templateId: string;
        };
        stockRepurchaseId: string;
    }
    Index

    Properties

    capTableContractDetails?: {
        contractId: string;
        createdEventBlob: string;
        synchronizerId: string;
        templateId: string;
    }
    capTableContractId: string
    featuredAppRightContractDetails: {
        contractId: string;
        createdEventBlob: string;
        synchronizerId: string;
        templateId: string;
    }
    stockRepurchaseId: string