Class Tokens2
Inheritance
System.Object
Tokens2
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 Tokens2
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 are aggregatable
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 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 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> |
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 |