Class GetTokenHoldersResponse
Inheritance
System.Object
GetTokenHoldersResponse
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 GetTokenHoldersResponse
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 tokesn are aggregatable
Declaration
[JsonProperty("aggregationPolicy", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string AggregationPolicy { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Divibility
How many decimal points the token is divisble to
Declaration
[JsonProperty("divibility", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public double? Divibility { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
Holders
Declaration
[JsonProperty("holders", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<Holders> Holders { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<Holders> |
LockStatus
Whether new issuances of this token are locked
Declaration
[JsonProperty("lockStatus", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public bool? LockStatus { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
SomeUtxo
A UTXO of this token
Declaration
[JsonProperty("someUtxo", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string SomeUtxo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TokenId
TokenId of the token
Declaration
[JsonProperty("tokenId", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string TokenId { get; set; }
Property Value
Type | Description |
---|---|
System.String |