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

    Function initialSharesAuthorizedToDaml

    • Convert initial_shares_authorized value to DAML tagged union format. V30 DAML contracts use OcfInitialSharesAuthorized union type:

      • OcfInitialSharesNumeric Decimal - for numeric values
      • OcfInitialSharesEnum - for "UNLIMITED" or "NOT_APPLICABLE"

      Parameters

      • value: string | number

        Native value (number, numeric string, or "UNLIMITED"/"NOT_APPLICABLE")

      Returns OcfInitialSharesAuthorized

      DAML-formatted discriminated union