Table of Contents

Class RedPacketMintResponse

Namespace
LoopNet.Models.Responses
Assembly
LoopNet.dll

The red packet response

public class RedPacketMintResponse
Inheritance
RedPacketMintResponse
Inherited Members

Properties

AccountId

The account Id

[JsonProperty("accountId")]
public int AccountId { get; set; }

Property Value

int

Hash

The hash

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

Property Value

string

IsIdempotent

Is it idempotent?

[JsonProperty("isIdempotent")]
public bool IsIdempotent { get; set; }

Property Value

bool

NftData

The NftData

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

Property Value

string

Status

The status

[JsonProperty("status")]
public string? Status { get; set; }

Property Value

string

StorageId

The storage id

[JsonProperty("storageId")]
public int StorageId { get; set; }

Property Value

int

TokenId

The tokenId

[JsonProperty("tokenId")]
public int TokenId { get; set; }

Property Value

int