Open Cap Table Protocol Canton SDK - v0.2.259
    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?: { templateId: string };
            capTableContractId: string;
            choice: string;
            choiceArgument: Record<string, unknown>;
        }
        • OptionalcapTableContractDetails?: { templateId: string }

          Optional contract details for the CapTable (used to get correct templateId from ledger)

        • capTableContractId: string
        • choice: string
        • choiceArgument: Record<string, unknown>

      Returns CommandWithDisclosedContracts