Generated by DocFX

Class TokenSupplyDto

Dto for info about actual Token supply on address

Inheritance
System.Object
TokenSupplyDto
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 TokenSupplyDto

Properties

| Improve this Doc View Source

Amount

Amount of tokens available

Declaration
public double Amount { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

ImageUrl

Token icon image url

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

TokenId

Token Id hash

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

TokenSymbol

Symbol of token - up to 5 unique letters

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