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

    Class UintRange

    The UintRange is a range of IDs from some start to some end (inclusive).

    uintRanges are one of the core types used in the BitBadgesChain module. They are used for everything from token IDs to time ranges to min/max balance amounts.

    See the BitBadges documentation for more information.

    from message maps.UintRange

    Hierarchy

    Index

    Constructors

    Properties

    end: string = ""

    The ending value of the range (inclusive).

    from field: string end = 2;

    start: string = ""

    The starting value of the range (inclusive).

    from field: string start = 1;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "maps.UintRange"

    Methods