Generated by DocFX

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 Source

amount

Amount of the tokens

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

lots

Number of the lots

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

receivers

Addresses of the receivers

Declaration
public List<string> receivers { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
| Improve this Doc View Source

tokenId

Token Id

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

TotalAmount

Total amount of all lots together

Declaration
public int TotalAmount { get; }
Property Value
Type Description
System.Int32