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

    Type Alias DetectedOcfType

    DetectedOcfType:
        | "ISSUER"
        | "STAKEHOLDER"
        | "STOCK_CLASS"
        | "STOCK_ISSUANCE"
        | "STOCK_TRANSFER"
        | "STOCK_CANCELLATION"
        | "STOCK_REPURCHASE"
        | "STOCK_LEGEND_TEMPLATE"
        | "STOCK_PLAN"
        | "VESTING_TERMS"
        | "EQUITY_COMPENSATION_ISSUANCE"
        | "EQUITY_COMPENSATION_EXERCISE"
        | "EQUITY_COMPENSATION_CANCELLATION"
        | "WARRANT_ISSUANCE"
        | "WARRANT_CANCELLATION"
        | "CONVERTIBLE_ISSUANCE"
        | "CONVERTIBLE_CANCELLATION"
        | "VALUATION"
        | "DOCUMENT"
        | "UNKNOWN"

    Detected OCF object types from runtime type guards.

    This is similar to OcfObjectType from ocfMetadata but includes an 'UNKNOWN' case for when the type cannot be determined from structure alone.