Table of Contents

Class NftHolder

Namespace
LoopNet.Models.Responses
Assembly
LoopNet.dll

Nft holder info

public class NftHolder
Inheritance
NftHolder
Inherited Members

Properties

AccountId

The account id

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

Property Value

int

Address

The address

[JsonProperty("address")]
public string? Address { get; set; }

Property Value

string

Amount

Amount held

[JsonProperty("amount")]
public int Amount { get; set; }

Property Value

int

TokenId

The token id

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

Property Value

int