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

    Interface ArchiveCapTableParams

    Parameters for archiving a CapTable contract.

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

    Properties

    actAs: string[]

    Party IDs to act as — must include the system_operator party

    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 archive

    readAs?: string[]

    Optional additional party IDs for read access