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 SourceAddress
Address of the Owner
Declaration
public string Address { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AmountOfNFTs
Amount of the NFTs on the Owner Address
Declaration
public int AmountOfNFTs { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
AmountOfTokens
Amount of the tokens on the Owner Address
Declaration
public int AmountOfTokens { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ShortenAddress
Shorten Address of the Owner
Declaration
public string ShortenAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String |