Generated by DocFX

Class IssueTokenTxData

Data carrier for sending token

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

Constructors

| Improve this Doc View Source

IssueTokenTxData()

Init the metdata dictionary in constructor

Declaration
public IssueTokenTxData()

Properties

| Improve this Doc View Source

Amount

Amount of the tokens

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

Flags

Now default values: Aggregable, Divisibility=7, Locked

Declaration
public IssuanceFlags Flags { get; }
Property Value
Type Description
IssuanceFlags
| Improve this Doc View Source

IssuanceMetadata

Issuance metadata. It contains new token Symbol (up to 5 chars), issuer name, icon link, user metadata, etc. It must be filled for the issuing the token

Declaration
public MetadataOfIssuance IssuanceMetadata { get; set; }
Property Value
Type Description
MetadataOfIssuance
| Improve this Doc View Source

NeblUtxo

If you wish to add specific neblio utxo as source for the fee

Declaration
public string NeblUtxo { 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

SendEvenNeblUtxoNotFound

If this is set and you will provide NeblUtxo, but it is not found in the list of spendable nebl utxos it will find another spendable utxo If this is not set and utxo is not found it will throw exception

Declaration
public bool SendEvenNeblUtxoNotFound { get; set; }
Property Value
Type Description
System.Boolean