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

    Interface ArchiveFullCapTableOptions

    Options for the archive operation.

    interface ArchiveFullCapTableOptions {
        systemOperatorPartyId?: string;
    }
    Index

    Properties

    systemOperatorPartyId?: string

    Pre-resolved system_operator party ID. When provided, skips the Canton API call to read it from the live contract (useful when the caller already has it from a DB query).