Class Tokens
Inheritance
System.Object
Tokens
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 Tokens
Properties
| Improve this Doc View SourceAdditionalProperties
Declaration
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Object> |
AggregationPolicy
Whether the tokens can be aggregated together
Declaration
[JsonProperty("aggregationPolicy", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string AggregationPolicy { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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> |
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> |
IssueTxid
TXID the token originally was issued in
Declaration
[JsonProperty("issueTxid", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string IssueTxid { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LockStatus
Whether the token is locked, preventing more from being issued
Declaration
[JsonProperty("lockStatus", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public bool? LockStatus { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
TokenId
Unique NTP1 identifier for this token
Declaration
[JsonProperty("tokenId", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string TokenId { get; set; }
Property Value
Type | Description |
---|---|
System.String |