Generated by DocFX

Class SendTxData

Data carrier for sending classic cryptocurrency transaction

Inheritance
System.Object
SendTxData
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
Assembly: VEDriversLite.dll
Syntax
public class SendTxData

Properties

| Improve this Doc View Source

Amount

Amount of the currency

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

CustomMessage

Custom message if it is supported by currency, not implemented yet

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

Id

Id of token

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

Password

If the account is locked you can provide password directly in the send token api command if the account is unlocked or the QT wallet is connected fill empty string

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

ReceiverAddress

Address where token will be send

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

SenderAddress

Address from where token will be send

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

Symbol

Symbol of token

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