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

    Interface ArchiveCapTableEntities

    Minimal contract state needed for the archive operation.

    interface ArchiveCapTableEntities {
        capTableContractId: string;
        entities: Map<OcfEntityType, Set<string>>;
    }
    Index

    Properties

    capTableContractId: string
    entities: Map<OcfEntityType, Set<string>>