Generated by DocFX

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 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 tokesn 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

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>
| Improve this Doc View Source

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>
| Improve this Doc View Source

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>
| Improve this Doc View Source

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
| Improve this Doc View Source

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