Generated by DocFX

Class Vin

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

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

Addr

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

PreviousOutput

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

ScriptSig

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

Sequence

Declaration
[JsonProperty("sequence", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public double? Sequence { get; set; }
Property Value
Type Description
System.Nullable<System.Double>
| 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

Txid

TXID of the input

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

Value

Value of input in NEBL satoshi

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

ValueSat

Value of input in NEBL

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

Vout

output index

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