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 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")]
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 ScriptPubKey ScriptPubKey { get; set; }
Property Value
Type | Description |
---|---|
ScriptPubKey |
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> |
Used
Whether this output has now been used
Declaration
[JsonProperty("used")]
public bool? Used { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
UsedBlockheight
Blockheight this output was used in
Declaration
[JsonProperty("usedBlockheight")]
public double? UsedBlockheight { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
UsedTxid
TXID this output was used in
Declaration
[JsonProperty("usedTxid")]
public string UsedTxid { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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> |