Generated by DocFX

Class Anonymous

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

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

Address

Address

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

Amount

NEBL amount

Declaration
[JsonProperty("amount", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public double? Amount { get; set; }
Property Value
Type Description
System.Nullable<System.Double>
| Improve this Doc View Source

Confirmations

Number of confirmations

Declaration
[JsonProperty("confirmations", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public double? Confirmations { get; set; }
Property Value
Type Description
System.Nullable<System.Double>
| Improve this Doc View Source

ScriptPubKey

scriptPubKey

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

Ts

Timestamp

Declaration
[JsonProperty("ts", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public double? Ts { get; set; }
Property Value
Type Description
System.Nullable<System.Double>
| Improve this Doc View Source

Txid

Transaction ID

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

Vout

vout

Declaration
[JsonProperty("vout", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public double? Vout { get; set; }
Property Value
Type Description
System.Nullable<System.Double>