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 SourceAdditionalProperties
Declaration
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Object> |
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> |
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> |
ScriptPubKey
Declaration
[JsonProperty("scriptPubKey", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public ScriptPubKey2 ScriptPubKey { get; set; }
Property Value
Type | Description |
---|---|
ScriptPubKey2 |
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> |
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> |
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 |
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> |