Class RedPacketTarget
Red packet target
public class RedPacketTarget
- Inheritance
-
RedPacketTarget
- Inherited Members
Properties
Claimer
List of address to send the red packet nft to
[JsonProperty("claimer")]
public List<string>? Claimer { get; set; }
Property Value
Hash
The hash of the red packet nft
[JsonProperty("hash")]
public string? Hash { get; set; }
Property Value
NotifyType
Notification type, 0 for badge, 1 for push
[JsonProperty("notifyType")]
public int NotifyType { get; set; }