Generated by DocFX

Class TokenOwnerDto

Dto for info about owner of some kind of the tokens

Inheritance
System.Object
TokenOwnerDto
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VEDriversLite.NeblioAPI
Assembly: VEDriversLite.NeblioAPI.dll
Syntax
public class TokenOwnerDto

Properties

| Improve this Doc View Source

Address

Address of the Owner

Declaration
public string Address { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

AmountOfNFTs

Amount of the NFTs on the Owner Address

Declaration
public int AmountOfNFTs { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

AmountOfTokens

Amount of the tokens on the Owner Address

Declaration
public int AmountOfTokens { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

ShortenAddress

Shorten Address of the Owner

Declaration
public string ShortenAddress { get; set; }
Property Value
Type Description
System.String