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.DogeAPI
Assembly: VEDriversLite.dll
Syntax
public class Vin

Properties

| Improve this Doc View Source

Addr

Sender Address

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

N

Value of input in Doge satoshi

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

PreviousOutput

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

ScriptSig

Sender Script signature

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

Value

Value of input in Doge satoshi

Declaration
[JsonProperty("value", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string Value { get; set; }
Property Value
Type Description
System.String