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

    Variable TRANSACTION_SUBTYPE_MAPConst

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

    TRANSACTION subtype to OcfEntityType mappings. These use category='TRANSACTION' with the actual type in the subtype field. Subtypes use TX_ prefix with UPPER_SNAKE_CASE, SDK uses camelCase.

    Exported so that other modules can derive the inverse mapping programmatically rather than maintaining duplicate data.