Table of Contents

Class RedPacket

Namespace
LoopNet.Models.Requests
Assembly
LoopNet.dll

The Red Packet Nft

public class RedPacket
Inheritance
RedPacket
Inherited Members

Properties

EcdsaSignature

The ecdsa signature

[JsonProperty("ecdsaSignature")]
public string? EcdsaSignature { get; set; }

Property Value

string

GiftNumbers

The gift numbers

[JsonProperty("giftNumbers")]
public string? GiftNumbers { get; set; }

Property Value

string

LuckyToken

The lucky token

[JsonProperty("luckyToken")]
public LuckyToken? LuckyToken { get; set; }

Property Value

LuckyToken

Memo

The memo

[JsonProperty("memo")]
public string? Memo { get; set; }

Property Value

string

NftData

The nft data

[JsonProperty("nftData")]
public string? NftData { get; set; }

Property Value

string

Numbers

The numbers

[JsonProperty("numbers")]
public string? Numbers { get; set; }

Property Value

string

SignerFlag

The signer flag

[JsonProperty("signerFlag")]
public bool SignerFlag { get; set; }

Property Value

bool

TemplateId

The template id

[JsonProperty("templateId")]
public int TemplateId { get; set; }

Property Value

int

Type

The type

[JsonProperty("type")]
public Type? Type { get; set; }

Property Value

Type

ValidSince

The valid since

[JsonProperty("validSince")]
public long ValidSince { get; set; }

Property Value

long

ValidUntil

The valid until

[JsonProperty("validUntil")]
public long ValidUntil { get; set; }

Property Value

long