UintRanges
Proto Definition
message UintRange {
string start = 1 [(gogoproto.customtype) = "Uint", (gogoproto.nullable) = false];
string end = 2 [(gogoproto.customtype) = "Uint", (gogoproto.nullable) = false];
}Usage Patterns
Restrictions & Valid Values
Validation Rules
Special Cases
Full Range
Single Value
Range Inversion
Examples
Token ID Examples
Go Code Examples
Efficiency Benefits
Last updated