Generated by DocFX

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 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 tokens are aggregatable

Declaration
[JsonProperty("aggregationPolicy")]
public string AggregationPolicy { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Divisibility

Decimal places the token is divisible to

Declaration
[JsonProperty("divisibility")]
public double? Divisibility { get; set; }
Property Value
Type Description
System.Nullable<System.Double>
| Improve this Doc View Source

FirstBlock

Block number token was issued in

Declaration
[JsonProperty("firstBlock")]
public double? FirstBlock { get; set; }
Property Value
Type Description
System.Nullable<System.Double>
| Improve this Doc View Source

InitialIssuanceAmount

Total tokens issued in initial issuance

Declaration
[JsonProperty("initialIssuanceAmount")]
public double? InitialIssuanceAmount { get; set; }
Property Value
Type Description
System.Nullable<System.Double>
| Improve this Doc View Source

IssuanceTxid

TXID the token was issued with

Declaration
[JsonProperty("issuanceTxid")]
public string IssuanceTxid { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

IssueAddress

Address that issued the tokens

Declaration
[JsonProperty("issueAddress")]
public string IssueAddress { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

LockStatus

Whether issuance of more tokens is locked

Declaration
[JsonProperty("lockStatus")]
public bool? LockStatus { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
| Improve this Doc View Source

MetadataOfIssuance

Metadata set at issuance

Declaration
[JsonProperty("metadataOfIssuance")]
public MetadataOfIssuance MetadataOfIssuance { get; set; }
Property Value
Type Description
MetadataOfIssuance
| Improve this Doc View Source

MetadataOfUtxo

Metadata set for UTXO

Declaration
[JsonProperty("metadataOfUtxo")]
public MetadataOfUtxo MetadataOfUtxo { get; set; }
Property Value
Type Description
MetadataOfUtxo
| Improve this Doc View Source

NumOfBurns

Number of times tokens have been burned

Declaration
[JsonProperty("numOfBurns")]
public double? NumOfBurns { get; set; }
Property Value
Type Description
System.Nullable<System.Double>
| Improve this Doc View Source

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

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

NumOfTransfers

Total number of transactions of this token

Declaration
[JsonProperty("numOfTransfers")]
public double? NumOfTransfers { get; set; }
Property Value
Type Description
System.Nullable<System.Double>
| Improve this Doc View Source

SomeUtxo

Example UTXO containing this token.

Declaration
[JsonProperty("someUtxo")]
public string SomeUtxo { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

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

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

TotalSupply

Total number of tokens in supply

Declaration
[JsonProperty("totalSupply")]
public double? TotalSupply { get; set; }
Property Value
Type Description
System.Nullable<System.Double>