Generated by DocFX

Class Vout2

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

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

Blockheight

Blockheight of this transaction

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

N

Output index

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

ScriptPubKey

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

Used

Whether this output has now been used

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

UsedBlockheight

Blockheight this output was used in

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

UsedTxid

TXID this output was used in

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

Value

Value of the output in NEBL

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