Generated by DocFX

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

Description

Token description

Declaration
[JsonProperty("description", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string Description { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

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

TokenName

Token symbol

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

Urls

Urls

Declaration
[JsonProperty("urls")]
public List<tokenUrlCarrier> Urls { get; set; }
Property Value
Type Description
List<tokenUrlCarrier>
| Improve this Doc View Source

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