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 SourceAddr
Sender Address
Declaration
[JsonProperty("address", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string Addr { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |
PreviousOutput
Declaration
[JsonProperty("from_output", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public PreviousOutput PreviousOutput { get; set; }
Property Value
Type | Description |
---|---|
PreviousOutput |
ScriptSig
Sender Script signature
Declaration
[JsonProperty("script", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string ScriptSig { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |