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

    Function buildCapTableCommand

    • Build a command to exercise a choice on the CapTable contract. This is a generic helper used by all add/edit/delete operations.

      Parameters

      • params: {
            capTableContractDetails?: {
                contractId: string;
                createdEventBlob: string;
                synchronizerId: string;
                templateId: string;
            };
            capTableContractId: string;
            choice: string;
            choiceArgument: Record<string, unknown>;
            featuredAppRightContractDetails: {
                contractId: string;
                createdEventBlob: string;
                synchronizerId: string;
                templateId: string;
            };
        }

      Returns CommandWithDisclosedContracts