Class GetTokenMetadataResponse
Inheritance
System.Object
GetTokenMetadataResponse
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 GetTokenMetadataResponse
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")]
public string AggregationPolicy { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Divisibility
Decimal places the token is divisible to
Declaration
[JsonProperty("divisibility")]
public double? Divisibility { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
FirstBlock
Block number token was issued in
Declaration
[JsonProperty("firstBlock")]
public double? FirstBlock { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
InitialIssuanceAmount
Total tokens issued in initial issuance
Declaration
[JsonProperty("initialIssuanceAmount")]
public double? InitialIssuanceAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
IssuanceTxid
TXID the token was issued with
Declaration
[JsonProperty("issuanceTxid")]
public string IssuanceTxid { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IssueAddress
Address that issued the tokens
Declaration
[JsonProperty("issueAddress")]
public string IssueAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LockStatus
Whether issuance of more tokens is locked
Declaration
[JsonProperty("lockStatus")]
public bool? LockStatus { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
MetadataOfIssuance
Metadata set at issuance
Declaration
[JsonProperty("metadataOfIssuance")]
public MetadataOfIssuance MetadataOfIssuance { get; set; }
Property Value
Type | Description |
---|---|
MetadataOfIssuance |
MetadataOfUtxo
Metadata set for UTXO
Declaration
[JsonProperty("metadataOfUtxo")]
public MetadataOfUtxo MetadataOfUtxo { get; set; }
Property Value
Type | Description |
---|---|
MetadataOfUtxo |
NumOfBurns
Number of times tokens have been burned
Declaration
[JsonProperty("numOfBurns")]
public double? NumOfBurns { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
NumOfHolders
Total number of addresses this token is held at
Declaration
[JsonProperty("numOfHolders")]
public double? NumOfHolders { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
NumOfIssuance
Total number of times this token has been issued
Declaration
[JsonProperty("numOfIssuance")]
public double? NumOfIssuance { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
NumOfTransfers
Total number of transactions of this token
Declaration
[JsonProperty("numOfTransfers")]
public double? NumOfTransfers { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
SomeUtxo
Example UTXO containing this token.
Declaration
[JsonProperty("someUtxo")]
public string SomeUtxo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |
TokenName
ID of the token
Declaration
[JsonProperty("tokenName", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string TokenName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TotalSupply
Total number of tokens in supply
Declaration
[JsonProperty("totalSupply")]
public double? TotalSupply { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |