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

    Interface CapTableBatchParams

    Parameters for initializing a batch update.

    interface CapTableBatchParams {
        actAs: string[];
        capTableContractDetails?: { templateId: string };
        capTableContractId: string;
        readAs?: string[];
    }
    Index

    Properties

    actAs: string[]

    Party IDs to act as (signatories)

    capTableContractDetails?: { templateId: string }

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

    capTableContractId: string

    The contract ID of the CapTable to update

    readAs?: string[]

    Optional additional party IDs for read access