Class LuckyTokenAmounts
Red packet amounts
public class LuckyTokenAmounts
- Inheritance
-
LuckyTokenAmounts
- Inherited Members
Properties
Dust
Dust red packet amount
[JsonProperty("dust")]
public string? Dust { get; set; }
Property Value
Maximum
Maximum red packet amount
[JsonProperty("maximum")]
public string? Maximum { get; set; }
Property Value
Minimum
Minimum red packet amount
[JsonProperty("minimum")]
public string? Minimum { get; set; }