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

    Variable ENTITY_TAG_MAPConst

    ENTITY_TAG_MAP: Record<
        OcfEntityType,
        {
            create: string
            | undefined;
            delete: string | undefined;
            edit: string | undefined;
        },
    > = ...

    Mapping from entity type to DAML tag names.

    Note: PlanSecurity types use the same DAML tags as their EquityCompensation equivalents since the underlying DAML contracts are the same.