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 SourceAdditionalProperties
Declaration
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Object> |
Addr
Declaration
[JsonProperty("addr", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string Addr { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PreviousOutput
Declaration
[JsonProperty("previousOutput", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public PreviousOutput PreviousOutput { get; set; }
Property Value
Type | Description |
---|---|
PreviousOutput |
ScriptSig
Declaration
[JsonProperty("scriptSig", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public ScriptSig ScriptSig { get; set; }
Property Value
Type | Description |
---|---|
ScriptSig |
Sequence
Declaration
[JsonProperty("sequence", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public double? Sequence { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
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> |
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 |
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> |
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> |
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> |