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

    Function validateNumericRange

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

      Parameters

      • value: string | number

        The 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 outside the range