Table of Contents

Class RedPacketTarget

Namespace
LoopNet.Models.Requests
Assembly
LoopNet.dll

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

List<string>

Hash

The hash of the red packet nft

[JsonProperty("hash")]
public string? Hash { get; set; }

Property Value

string

NotifyType

Notification type, 0 for badge, 1 for push

[JsonProperty("notifyType")]
public int NotifyType { get; set; }

Property Value

int