Generated by DocFX

Class IssueTokenResponse

Inheritance
System.Object
IssueTokenResponse
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 IssueTokenResponse

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

TokenId

TokenId of the to be issued 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

TxHex

Unsigned, raw transaction hex of the transaction to issue the token

Declaration
[JsonProperty("txHex", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string TxHex { get; set; }
Property Value
Type Description
System.String