Generated by DocFX

Class Vout

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

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")]
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 ScriptPubKey ScriptPubKey { get; set; }
Property Value
Type Description
ScriptPubKey
| Improve this Doc View Source

Tokens

Declaration
[JsonProperty("tokens", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<Tokens3> Tokens { get; set; }
Property Value
Type Description
System.Collections.Generic.ICollection<Tokens3>
| Improve this Doc View Source

Used

Whether this output has now been used

Declaration
[JsonProperty("used")]
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")]
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")]
public string UsedTxid { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Value

Value of the output in NEBL satoshi

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