Generated by DocFX

Class Rules

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

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

Expiration

Object describing expiration rules of the token

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

Fees

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

Holders

Array of objects describing what addresses can hold the token

Declaration
[JsonProperty("holders", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<Holders2> Holders { get; set; }
Property Value
Type Description
System.Collections.Generic.ICollection<Holders2>