Class SplitNeblioTokensDto
Split Neblio tokens Dto.
Inheritance
System.Object
SplitNeblioTokensDto
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.Dto
Assembly: VEDriversLite.dll
Syntax
public class SplitNeblioTokensDto
Properties
| Improve this Doc View Sourceamount
Amount of the tokens
Declaration
public int amount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
lots
Number of the lots
Declaration
public int lots { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
receivers
Addresses of the receivers
Declaration
public List<string> receivers { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
tokenId
Token Id
Declaration
public string tokenId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TotalAmount
Total amount of all lots together
Declaration
public int TotalAmount { get; }
Property Value
Type | Description |
---|---|
System.Int32 |