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

    Variable SECURITY_ID_FIELD_TO_ENTITY_TYPEConst

    SECURITY_ID_FIELD_TO_ENTITY_TYPE: Record<string, OcfEntityType> = ...

    Mapping from CapTable *_by_security_id fields to OcfEntityType.

    These maps track security_id uniqueness for issuance types. The keys are security_id values (not OCF IDs), and the values are ContractIds.

    Used by the replication diff to detect duplicate security_id conflicts before submitting to DAML (which would fail with "security_id already exists").