Skip to content

NumberRange

@algorandfoundation/algorand-typescript


@algorandfoundation/algorand-typescript / index / <internal> / NumberRange

Type Alias: NumberRange

NumberRange: object

Defined in: packages/algo-ts/src/logic-sig.ts:17

Alias for a numeric range specification.

Type declaration

from

from: number

The start point of the range (inclusive)

to

to: number

The end point of the range (inclusive)