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 badge IDs to time ranges to min/max balance amounts.

See the BitBadges documentation for more information.

from message badges.UintRange

Hierarchy

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: "badges.UintRange" = "badges.UintRange"

Methods