bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Class UintRange<T>

    UintRange represents a range of numbers from some start ID to some end ID, inclusive.

    See https://docs.bitbadges.io/for-developers/core-concepts/uint-ranges for more information.

    Type Parameters

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    end: T

    The end of the range, inclusive.

    start: T

    The start of the range.

    Methods