The UintRange is a range of IDs from some start to some end (inclusive). uintRanges are one of the core types used.
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 badges.UintRange
Optional
The ending value of the range (inclusive).
from field: string end = 2;
The starting value of the range (inclusive).
from field: string start = 1;
Static
Readonly
The UintRange is a range of IDs from some start to some end (inclusive). uintRanges are one of the core types used.
They are used for everything from token IDs to time ranges to min/max balance amounts.
See the BitBadges documentation for more information.
Generated
from message badges.UintRange