Class IssueTokenTxData
Data carrier for sending token
Inheritance
Inherited Members
Namespace: VEDriversLite
Assembly: VEDriversLite.dll
Syntax
public class IssueTokenTxData
Constructors
| Improve this Doc View SourceIssueTokenTxData()
Init the metdata dictionary in constructor
Declaration
public IssueTokenTxData()
Properties
| Improve this Doc View SourceAmount
Amount of the tokens
Declaration
public ulong Amount { get; set; }
Property Value
Type | Description |
---|---|
System. |
Flags
Now default values: Aggregable, Divisibility=7, Locked
Declaration
public IssuanceFlags Flags { get; }
Property Value
Type | Description |
---|---|
Issuance |
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 |
---|---|
Metadata |
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. |
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. |
ReceiverAddress
Address where token will be send
Declaration
public string ReceiverAddress { get; set; }
Property Value
Type | Description |
---|---|
System. |
SenderAddress
Address from where token will be send
Declaration
public string SenderAddress { get; set; }
Property Value
Type | Description |
---|---|
System. |
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. |