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

    Function validateNumericRange

    • Validate that a numeric string value is within a range (inclusive).

      Parameters

      • value: string

        The numeric string value to validate

      • fieldPath: string

        Dot-notation path for error messages

      • min: number

        Minimum allowed value

      • max: number

        Maximum allowed value

      Returns void

      if the value is not a valid numeric string or outside the range