Class Data2
Inheritance
System.Object
Data2
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 Data2
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> |
Description
Token description
Declaration
[JsonProperty("description", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Issuer
Name of token issuer
Declaration
[JsonProperty("issuer", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string Issuer { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TokenName
Token symbol
Declaration
[JsonProperty("tokenName", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string TokenName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Urls
Urls
Declaration
[JsonProperty("urls")]
public List<tokenUrlCarrier> Urls { get; set; }
Property Value
Type | Description |
---|---|
List<tokenUrlCarrier> |
UserData
Metadata set by user on token
Declaration
[JsonProperty("userData", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public UserData4 UserData { get; set; }
Property Value
Type | Description |
---|---|
UserData4 |