Table of Contents

Class PostNftMintResponse

Namespace
LoopNet.Models.Responses
Assembly
LoopNet.dll

The post nft mint API response

public class PostNftMintResponse
Inheritance
PostNftMintResponse
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

If idempotent

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

Property Value

bool

NftData

The nft data

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

Property Value

string

NftId

The nft id

[JsonProperty("nftId")]
public string? NftId { get; set; }

Property Value

string

NftTokenId

The nft token id

[JsonProperty("nftTokenId")]
public int NftTokenId { get; set; }

Property Value

int

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