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.DogeAPI
Assembly: VEDriversLite.dll
Syntax
public class Vout
Properties
| Improve this Doc View SourceAddress
Receiver Address
Declaration
[JsonProperty("address", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string Address { get; set; }
Property Value
Type | Description |
---|---|
System.String |
N
Output index
Declaration
[JsonProperty("output_no", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public int N { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Script
Receiver Address
Declaration
[JsonProperty("script", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string Script { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Declaration
[JsonProperty("type", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Value of the output in Doge satoshi
Declaration
[JsonProperty("value", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |