Generated by DocFX

Class Tokens3

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

Properties

| Improve this Doc View Source

AdditionalProperties

Declaration
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.Object>
| Improve this Doc View Source

AggregationPolicy

Whether the tokens are aggregatable

Declaration
[JsonProperty("aggregationPolicy", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string AggregationPolicy { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Amount

Number of tokens

Declaration
[JsonProperty("amount", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public double? Amount { get; set; }
Property Value
Type Description
System.Nullable<System.Double>
| Improve this Doc View Source

Divisibility

Decimal places the token is divisible to

Declaration
[JsonProperty("divisibility", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public double? Divisibility { get; set; }
Property Value
Type Description
System.Nullable<System.Double>
| Improve this Doc View Source

IssueTxid

TXID the token was issued in

Declaration
[JsonProperty("issueTxid", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string IssueTxid { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

LockStatus

Whether issuance of more tokens is locked

Declaration
[JsonProperty("lockStatus", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public bool? LockStatus { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
| Improve this Doc View Source

MetadataOfIssuance

Number of transaction confirmations

Declaration
[JsonProperty("metadataOfIssuance")]
public MetadataOfIssuance MetadataOfIssuance { get; set; }
Property Value
Type Description
MetadataOfIssuance
| Improve this Doc View Source

TokenId

ID of the token

Declaration
[JsonProperty("tokenId", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string TokenId { get; set; }
Property Value
Type Description
System.String