Skip to content

NumberRange

Algorand TypeScript


Algorand TypeScript / index / <internal> / NumberRange

NumberRange = object

Defined in: logic-sig.ts:17

Alias for a numeric range specification.

from: number

Defined in: logic-sig.ts:21

The start point of the range (inclusive)


to: number

Defined in: logic-sig.ts:25

The end point of the range (inclusive)